Socket.dev optimized package override for function-bind
npm install @socketregistry/function-bind


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