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