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


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