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