1.0.7 • Published 8 months ago
@socketregistry/iterator.prototype v1.0.7
@socketregistry/iterator.prototype
A tested zero dependency drop-in replacement of
iterator.prototypecomplete with TypeScript types.
Installation
Install as a package override
socket CLI will automagically ✨
populate
overrides
and resolutions of
your package.json.
npx socket optimizePrefer to do it yourself? Add @socketregistry/iterator.prototype to your
package.json.
{
"overrides": {
"iterator.prototype": "npm:@socketregistry/iterator.prototype@^1"
},
"resolutions": {
"iterator.prototype": "npm:@socketregistry/iterator.prototype@^1"
}
}Install as a plain dependency
Install with your favorite package manager.
npm install @socketregistry/iterator.prototypeRequirements
Node >= 18.20.4