fast-safe-stringify
Advanced tools
Comparing version 2.0.5 to 2.0.6
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26580