1.0.7 • Published 8 months ago
@socketregistry/which-collection v1.0.7
@socketregistry/which-collection
A tested zero dependency drop-in replacement of
which-collectioncomplete 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/which-collection to your
package.json.
{
"overrides": {
"which-collection": "npm:@socketregistry/which-collection@^1"
},
"resolutions": {
"which-collection": "npm:@socketregistry/which-collection@^1"
}
}Install as a plain dependency
Install with your favorite package manager.
npm install @socketregistry/which-collectionRequirements
Node >= 18.20.4