Socket.dev optimized package override for object-is
npm install @socketregistry/object-is


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