Socket.dev optimized package override for functions-have-names
npm install @socketregistry/functions-have-names


> A tested zero dependency drop-in replacement of
> functions-have-names
> 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/functions-have-names to yourpackage.json.
`json`
{
"overrides": {
"functions-have-names": "npm:@socketregistry/functions-have-names@^1"
},
"resolutions": {
"functions-have-names": "npm:@socketregistry/functions-have-names@^1"
}
}
Install with your favorite package manager.
`sh`
npm install @socketregistry/functions-have-names
Node >= 18.20.4`