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