@socketregistry/which-typed-array
v1.0.5
Published
Socket.dev optimized package override for which-typed-array
Downloads
1,896
Readme
@socketregistry/which-typed-array
A tested zero dependency drop-in replacement of
which-typed-array
complete with TypeScript types.
Installation
Install as a package override
socket
CLI will automagically ✨
populate
overrides
and resolutions of
your package.json
.
npx socket optimize
Prefer 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-array
Requirements
Node >= 18.20.4