Launch Week Day 5: Introducing Reachability for PHP.Learn More
Socket
Book a DemoSign in
Socket

@socketregistry/json-stable-stringify

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@socketregistry/json-stable-stringify

Socket.dev optimized package override for json-stable-stringify

latest
Source
npmnpm
Version
1.0.13
Version published
Maintainers
2
Created
Source

@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

Keywords

Socket.dev

FAQs

Package last updated on 02 Oct 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts