$ npm install @socketregistry/typedarrayA tested zero dependency drop-in replacement of
typedarraycomplete 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 to your
package.json.
{
"overrides": {
"typedarray": "npm:@socketregistry/typedarray@^1"
},
"resolutions": {
"typedarray": "npm:@socketregistry/typedarray@^1"
}
}
Install with your favorite package manager.
npm install @socketregistry/typedarray
Node >= 18.20.4