big-json-diff
Advanced tools
Comparing version 0.6.1 to 0.6.2
{ | ||
"name": "big-json-diff", | ||
"description": "JSON diff with support for big numbers", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "homepage": "https://github.com/SebastianG77/big-json-diff", |
@@ -55,4 +55,5 @@ big-json-diff | ||
console.log(bigJsonDiff.diffString(oldBigNumber, newBigNumber, { bigNumberSupport: true })) // -3e+5000 | ||
// +12345678901234567890 | ||
console.log(bigJsonDiff.diffString(oldBigNumber, newBigNumber, { bigNumberSupport: true })) | ||
// -3e+5000 | ||
// +12345678901234567890 | ||
``` | ||
@@ -59,0 +60,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
78
22863