Product
Socket Now Supports uv.lock Files
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
@solana/fast-stable-stringify
Advanced tools
Deterministic stringification for when performance and bundle size matters
This project is a fork of nickyout/fast-stable-stringify
The most popular repository providing this feature is substack's 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.
Usage:
import stringify from '@solana/fast-stable-stringify';
stringify({ d: 0, c: 1, a: 2, b: 3, e: 4 }); // '{"a":2,"b":3,"c":1,"d":0,"e":4}'
Just like substack's, it does:
JSON.stringify
Unlike substack's, it does:
npm run test:unit:browser
npm run test:unit:node
FAQs
Deterministic stringification for when performance and bundle size matters
The npm package @solana/fast-stable-stringify receives a total of 24,235 weekly downloads. As such, @solana/fast-stable-stringify popularity was classified as popular.
We found that @solana/fast-stable-stringify demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 14 open source maintainers collaborating on the project.
Did you know?
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.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.