$ npm install @socketregistry/typedarray.prototype.sliceA tested zero dependency drop-in replacement of
typedarray.prototype.slicecomplete with TypeScript types.
socket CLI will automagically ✨
populate
overrides
and resolutions of
your package.json.
npx socket optimize
Prefer to do it yourself? Add @socketregistry/typedarray.prototype.slice to
your package.json.
{
"overrides": {
"typedarray.prototype.slice": "npm:@socketregistry/typedarray.prototype.slice@^1"
},
"resolutions": {
"typedarray.prototype.slice": "npm:@socketregistry/typedarray.prototype.slice@^1"
}
}
Install with your favorite package manager.
npm install @socketregistry/typedarray.prototype.slice
Node >= 18.20.4