@socketregistry/string.prototype.includes
1.0.8
@GitHub Actions
Downloads:2451
$ npm install @socketregistry/string.prototype.includes@socketregistry/string.prototype.includes
A tested zero dependency drop-in replacement of
string.prototype.includescomplete with TypeScript types.
Installation
Install as a package override
socket CLI will automagically ✨
populate
overrides
and resolutions of
your package.json.
npx socket optimize
Prefer to do it yourself? Add @socketregistry/string.prototype.includes to
your package.json.
{
"overrides": {
"string.prototype.includes": "npm:@socketregistry/string.prototype.includes@^1"
},
"resolutions": {
"string.prototype.includes": "npm:@socketregistry/string.prototype.includes@^1"
}
}
Install as a plain dependency
Install with your favorite package manager.
npm install @socketregistry/string.prototype.includes
Requirements
Node >= 18.20.4