Socket.dev optimized package override for which-boxed-primitive
npm install @socketregistry/which-boxed-primitive


> A tested zero dependency drop-in replacement of
> which-boxed-primitive
> complete with TypeScript types.
socket CLI will automagically ✨
populate
overrides
and resolutions of
your package.json.
``sh`
npx socket optimize
Prefer to do it yourself? Add @socketregistry/which-boxed-primitive to yourpackage.json.
`json`
{
"overrides": {
"which-boxed-primitive": "npm:@socketregistry/which-boxed-primitive@^1"
},
"resolutions": {
"which-boxed-primitive": "npm:@socketregistry/which-boxed-primitive@^1"
}
}
Install with your favorite package manager.
`sh`
npm install @socketregistry/which-boxed-primitive
Node >= 18.20.4`