@socketregistry/is-regex
v1.0.5
Published
Socket.dev optimized package override for is-regex
Downloads
1,861
Readme
@socketregistry/is-regex
A tested zero dependency drop-in replacement of
is-regex
complete 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/is-regex
to your package.json
.
{
"overrides": {
"is-regex": "npm:@socketregistry/is-regex@^1"
},
"resolutions": {
"is-regex": "npm:@socketregistry/is-regex@^1"
}
}
Install as a plain dependency
Install with your favorite package manager.
npm install @socketregistry/is-regex
Requirements
Node >= 18.20.4