Socket
Socket
Sign inDemoInstall

@solana/fast-stable-stringify

Package Overview
Dependencies
Maintainers
14
Versions
596
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solana/fast-stable-stringify - npm Package Compare versions

Comparing version 2.0.0-canary-20240809085418 to 2.0.0-canary-20240809133614

2

package.json
{
"name": "@solana/fast-stable-stringify",
"version": "2.0.0-canary-20240809085418",
"version": "2.0.0-canary-20240809133614",
"description": "Deterministic stringification for when performance and bundle size matters",

@@ -5,0 +5,0 @@ "exports": {

@@ -5,3 +5,3 @@ # fast-stable-stringify

The most popular repository providing this feature is [substack's json-stable-stringify](https://www.npmjs.com/package/json-stable-stringify). The intent if this library is to provide a faster alternative for when performance is more important than features. It assumes you provide basic javascript values without circular references, and returns a non-indented string.
The most popular repository providing this feature is [substack's json-stable-stringify](https://www.npmjs.com/package/json-stable-stringify). The intent of this library is to provide a faster alternative for when performance is more important than features. It assumes you provide basic javascript values without circular references, and returns a non-indented string.

@@ -8,0 +8,0 @@ Usage:

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc