1.0.12 • Published 8 months ago

@socketregistry/json-stable-stringify v1.0.12

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

@socketregistry/json-stable-stringify

Socket Badge CI - @socketregistry/json-stable-stringify Follow @SocketSecurity

An enhanced and tested zero dependency drop-in replacement of json-stable-stringify complete 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 optimize

Prefer 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-stringify

Requirements

Node >= 18.20.4

1.0.9

12 months ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.11

10 months ago

1.0.10

12 months ago

1.0.12

8 months ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago