Socket.dev optimized package override for json-stable-stringify
npm install @socketregistry/json-stable-stringify


> An enhanced and tested zero dependency drop-in replacement of
> json-stable-stringify
> complete with TypeScript types.
- TODO: List enhancements
socket CLI will automagically ✨
populate
overrides
and resolutions of
your package.json.
``sh`
npx socket optimize
Prefer to do it yourself? Add @socketregistry/json-stable-stringify to yourpackage.json.
`json`
{
"overrides": {
"json-stable-stringify": "npm:@socketregistry/json-stable-stringify@^1"
},
"resolutions": {
"json-stable-stringify": "npm:@socketregistry/json-stable-stringify@^1"
}
}
Install with your favorite package manager.
`sh`
npm install @socketregistry/json-stable-stringify
Node >= 18.20.4`