$ npm install @socketregistry/is-weakrefA tested zero dependency drop-in replacement of
is-weakrefcomplete 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/is-weakref to your
package.json.
{
"overrides": {
"is-weakref": "npm:@socketregistry/is-weakref@^1"
},
"resolutions": {
"is-weakref": "npm:@socketregistry/is-weakref@^1"
}
}
Install with your favorite package manager.
npm install @socketregistry/is-weakref
Node >= 18.20.4