Socket.dev optimized package override for is-typed-array
npm install @socketregistry/is-typed-array


> A tested zero dependency drop-in replacement of
> is-typed-array 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/is-typed-array to yourpackage.json.
`json`
{
"overrides": {
"is-typed-array": "npm:@socketregistry/is-typed-array@^1"
},
"resolutions": {
"is-typed-array": "npm:@socketregistry/is-typed-array@^1"
}
}
Install with your favorite package manager.
`sh`
npm install @socketregistry/is-typed-array
Node >= 18.20.4`