Socket.dev optimized package override for has-symbols
npm install @socketregistry/has-symbols


> A tested zero dependency drop-in replacement of
> has-symbols complete with
> TypeScript types.
socket CLI will automagically ✨
populate
overrides
and resolutions of
your package.json.
``sh`
npx socket optimize
Prefer to do it yourself? Add @socketregistry/has-symbols to yourpackage.json.
`json`
{
"overrides": {
"has-symbols": "npm:@socketregistry/has-symbols@^1"
},
"resolutions": {
"has-symbols": "npm:@socketregistry/has-symbols@^1"
}
}
Install with your favorite package manager.
`sh`
npm install @socketregistry/has-symbols
Node >= 18.20.4`