es-get-iterator
npmv1.1.3Get 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.
Runtime packages this one declares itself.
Distinct packages in the full runtime tree, deduplicated the way a package manager would.
Unpacked size of this package plus its entire runtime tree.
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
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.
| Package | Weekly downloads | Dependents | License | Last release |
|---|---|---|---|---|
| es-get-iteratorthis page | 0 | 1 | MIT | 3 years ago |
| p-locate | 216.9M | 1 | MIT | 1 day ago |
| p-map | 0 | 1 | MIT | 1 day ago |
| immutable | 0 | 7 | MIT | 1 day ago |
| locate-path | 0 | 1 | MIT | 1 day ago |
| stop-iteration-iterator | 69.2M | 1 | MIT | 1 day ago |
Dependencies
Declared by es-get-iterator v1.1.3. Runtime dependencies are installed with the package; dev dependencies are not.
Runtime (9)
Dev (14)
Used by
Popular packages that depend on es-get-iterator.
Relationship graph
Dependencies (left) and dependents (right) of es-get-iterator.
Frequently installed together
Array#isArray for older browsers
An AST-based pattern checker for JavaScript.
Robustly `.call.bind()` a function
Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag
Is this an arguments object? It's a harder question than you think.
ES2015-compliant shim for Object.is - differentiates between -0 and +0
Store information about any JS value in a side channel. Uses WeakMap if available.
Is this value a JS SharedArrayBuffer?
The semantic version parser used by npm.
Get and robustly cache all JS language-level intrinsics at first require time
ES6 spec-compliant RegExp.prototype.flags shim.
Which kind of boxed JS primitive is this?
Release history
No releases in the last two years, typically about 81 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 1.1.3latest | 3 years ago | 31 KB | MIT |
| 1.1.2 | 5 years ago | 28 KB | MIT |
| 1.1.1 | 5 years ago | 33 KB | MIT |
| 1.1.0 | 6 years ago | 25 KB | MIT |
| 1.0.2 | 6 years ago | 23 KB | MIT |
| 1.0.1 | 6 years ago | 22 KB | MIT |
| 1.0.0 | 6 years ago | 21 KB | MIT |
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
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.