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