serialize-javascript
Advanced tools
Comparing version 6.0.0 to 6.0.1
@@ -86,3 +86,3 @@ /* | ||
if (!value && value !== undefined) { | ||
if (!value && value !== undefined && value !== BigInt(0)) { | ||
return value; | ||
@@ -89,0 +89,0 @@ } |
{ | ||
"name": "serialize-javascript", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "Serialize JavaScript to a superset of JSON that includes regular expressions and functions.", | ||
@@ -30,3 +30,3 @@ "main": "index.js", | ||
"chai": "^4.1.0", | ||
"mocha": "^9.0.0", | ||
"mocha": "^10.0.0", | ||
"nyc": "^15.0.0" | ||
@@ -33,0 +33,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
16797