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
.
npx socket optimize
Prefer to do it yourself? Add @socketregistry/functions-have-names
to your
package.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.
npm install @socketregistry/functions-have-names
Node >= 18.20.4