@socketregistry/json-stable-stringify
v1.0.13
Published
Socket.dev optimized package override for json-stable-stringify
Readme
@socketregistry/json-stable-stringify
An enhanced and tested zero dependency drop-in replacement of
json-stable-stringifycomplete with TypeScript types.
Enhancements
- TODO: List enhancements
Installation
Install as a package override
socket CLI will automagically ✨
populate
overrides
and resolutions of
your package.json.
npx socket optimizePrefer to do it yourself? Add @socketregistry/json-stable-stringify to your
package.json.
{
"overrides": {
"json-stable-stringify": "npm:@socketregistry/json-stable-stringify@^1"
},
"resolutions": {
"json-stable-stringify": "npm:@socketregistry/json-stable-stringify@^1"
}
}Install as a plain dependency
Install with your favorite package manager.
npm install @socketregistry/json-stable-stringifyRequirements
Node >= 18.20.4
