Socket.dev optimized package override for typedarray
npm install @socketregistry/typedarray


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