</>PackageGraphPackageGraph

es-get-iterator

npmv1.1.3

Get an iterator for any JS language value. Works robustly across all environments, all versions.

Not recommended for new projects

No — es-get-iterator should not be adopted for new projects. Last published 1336 days ago. Pulls in 29 transitive packages, about 570 KB installed (at least — some of the tree is still being crawled).

  • ?Adoption: grade ?, Not reported by this registry.

    No download data reported for this package yet.

  • FMaintenance: grade F, Failing.

    Last published 1336 days ago.

  • CWeight: grade C, Fair — worth a look.

    Pulls in 29 transitive packages, about 570 KB installed (at least — some of the tree is still being crawled).

  • BSupply chain: grade B, Good.

    This package has a single maintainer (bus factor of 1).

  • ALicense: grade A, Excellent.

    MIT — permissive, with no copyleft found in the dependency tree.

Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.

Install cost

What you actually take on by adding es-get-iterator to a project.

9
Direct dependencies

Runtime packages this one declares itself.

29
Total installed

Distinct packages in the full runtime tree, deduplicated the way a package manager would.

570 KB
Install size

Unpacked size of this package plus its entire runtime tree.

4
Tree depth

Longest resolved dependency chain below this package.

Part of this dependency tree has not been crawled yet, so these figures are a lower bound rather than a final total.

Licenses in the dependency tree

MIT

Every license you inherit by installing es-get-iterator, not just its own. Check this before a legal review, not after.

Compatibility

Node.js
No constraint declared
Module format
CommonJS only
TypeScript
No bundled types
Install scripts
None

Quick start

A usage example from the es-get-iterator README.

// rollup.config.js

import replace from '@rollup/plugin-replace';

export default {
	...
	plugins: [
		replace({
			"require('has-symbols')()": 'true',
			delimiters: ['', '']
		})
	]
};

es-get-iterator vs the alternatives

Packages solving a similar problem in the npm ecosystem, compared on the signals that drive an adoption decision.

PackageWeekly downloadsDependentsLicenseLast release
es-get-iteratorthis page01MIT3 years ago
p-locate216.9M1MIT1 day ago
p-map01MIT1 day ago
immutable07MIT1 day ago
locate-path01MIT1 day ago
stop-iteration-iterator69.2M1MIT1 day ago

Dependencies

Declared by es-get-iterator v1.1.3. Runtime dependencies are installed with the package; dev dependencies are not.

Dev (14)

@ljharb/eslint-config ^21.0.1aud ^2.0.2auto-changelog ^2.4.0core-js ^2.6.10 || ^3.4.2es5-shim ^4.6.7es6-shim ^0.35.7eslint =8.8.0for-each ^0.3.3has-bigints ^1.0.2npmignore ^0.3.0nyc ^10.3.2object-inspect ^1.12.3safe-publish-latest ^2.0.0tape ^5.6.1

Used by

Popular packages that depend on es-get-iterator.

Relationship graph

Dependencies (left) and dependents (right) of es-get-iterator.

Frequently installed together

Release history

No releases in the last two years, typically about 81 days apart.

Recent versions of es-get-iterator
VersionPublishedSizeLicense
1.1.3latest3 years ago31 KBMIT
1.1.25 years ago28 KBMIT
1.1.15 years ago33 KBMIT
1.1.06 years ago25 KBMIT
1.0.26 years ago23 KBMIT
1.0.16 years ago22 KBMIT
1.0.06 years ago21 KBMIT

Overview

es-get-iterator is an npm package that get an iterator for any JS language value. Works robustly across all environments, all versions. It has 1 known dependents in the graph. The latest version is 1.1.3, released under the MIT license.

Who should use it

Teams working in the npm ecosystem who need get an iterator for any JS language value. Works robustly across all environments, all versions and value a focused solution.

When not to use it

Consider an alternative if you need to minimize your dependency tree, have first-class TypeScript types out of the box, or if a more actively-maintained option better fits your npm stack.

Pros

  • Clear open-source license (MIT).

Cons

  • Large dependency tree (23 direct dependencies) increases install size and audit surface.
  • No bundled TypeScript types (may require a separate @types package).

Auto-generated from collected registry metadata. No external claims are inferred.

Maintainers

Keywords

Funding

Frequently asked questions

Should I use es-get-iterator?

No — es-get-iterator should not be adopted for new projects. Last published 1336 days ago. Pulls in 29 transitive packages, about 570 KB installed (at least — some of the tree is still being crawled).

How do I install es-get-iterator?

Run `npm install es-get-iterator` to add es-get-iterator to your npm project.

How many dependencies does es-get-iterator have?

es-get-iterator declares 23 direct dependencies and pulls in 29 packages in total once its runtime tree is resolved totalling about 570 KB on disk.

What license is es-get-iterator released under?

es-get-iterator is distributed under the MIT license.

How popular is es-get-iterator?

npm does not publish download counts. Within PackageGraph's crawl, 1 known packages depend on es-get-iterator.

Is es-get-iterator still maintained?

The most recent release of es-get-iterator (v1.1.3) was published 3 years ago.

Does es-get-iterator run install scripts?

No. es-get-iterator does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.