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