fast-safe-stringify
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "fast-safe-stringify", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,2 +0,2 @@ | ||
# fast-stringify-safe | ||
# fast-safe-stringify | ||
@@ -26,3 +26,3 @@ Safely and quickly serialize JavaScript objects | ||
Here we compare fast-safe-stringify with these alternatives: | ||
Here we compare `fast-safe-stringify` with these alternatives: | ||
@@ -38,3 +38,3 @@ ```js | ||
`fast-stringify-safe` is 2x faster than `json-stringify-safe` and 4x | ||
`fast-safe-stringify` is 2x faster than `json-stringify-safe` and 4x | ||
faster than `util.inspect`. | ||
@@ -41,0 +41,0 @@ |
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
2565