@socketregistry/has
v1.0.7
Published
Socket.dev optimized package override for has
Readme
@socketregistry/has
A tested zero dependency drop-in replacement of
hascomplete with TypeScript types.
Installation
Install as a package override
socket CLI will automagically ✨
populate
overrides
and resolutions of
your package.json.
npx socket optimizePrefer to do it yourself? Add @socketregistry/has to your package.json.
{
"overrides": {
"has": "npm:@socketregistry/has@^1"
},
"resolutions": {
"has": "npm:@socketregistry/has@^1"
}
}Install as a plain dependency
Install with your favorite package manager.
npm install @socketregistry/hasRequirements
Node >= 18.20.4
