@socketregistry/which-boxed-primitive
v1.0.9
Published
Socket.dev optimized package override for which-boxed-primitive
Readme
@socketregistry/which-boxed-primitive
A tested zero dependency drop-in replacement of
which-boxed-primitivecomplete 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-boxed-primitive to your
package.json.
{
"overrides": {
"which-boxed-primitive": "npm:@socketregistry/which-boxed-primitive@^1"
},
"resolutions": {
"which-boxed-primitive": "npm:@socketregistry/which-boxed-primitive@^1"
}
}Install as a plain dependency
Install with your favorite package manager.
npm install @socketregistry/which-boxed-primitiveRequirements
Node >= 18.20.4
