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