Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fast-safe-stringify

Package Overview
Dependencies
Maintainers
3
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fast-safe-stringify - npm Package Compare versions

Comparing version 2.0.5 to 2.0.6

4

index.d.ts
declare function stringify(value: any, replacer?: (key: string, value: any) => any, space?: string | number): string;
declare namespace stringify {
export function stable(data: any): string;
export function stableStringify(data: any): string;
export function stable(value: any, replacer?: (key: string, value: any) => any, space?: string | number): string;
export function stableStringify(value: any, replacer?: (key: string, value: any) => any, space?: string | number): string;
}
export default stringify;
{
"name": "fast-safe-stringify",
"version": "2.0.5",
"version": "2.0.6",
"description": "Safely and quickly serialize JavaScript objects",

@@ -15,3 +15,3 @@ "keywords": [

"scripts": {
"test": "standard && tap test.js && tap test-stable.js",
"test": "standard && tap test.js test-stable.js",
"benchmark": "node benchmark.js"

@@ -35,4 +35,4 @@ },

"json-stringify-safe": "^5.0.1",
"standard": "^11.0.0-beta.0",
"tap": "^11.0.0"
"standard": "^11.0.0",
"tap": "^12.0.0"
},

@@ -39,0 +39,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

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