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