Comparing version 0.3.4 to 0.3.5
@@ -23,2 +23,3 @@ | ||
circular: false, | ||
"null": false, | ||
colors: false | ||
@@ -119,3 +120,3 @@ }; | ||
if (o === null) { | ||
return colors["null"]("null"); | ||
return opt["null"] && colors["null"]("null") || ''; | ||
} | ||
@@ -122,0 +123,0 @@ if (o === void 0) { |
{ | ||
"name": "noon", | ||
"version": "0.3.4", | ||
"version": "0.3.5", | ||
"description": "'nother ordinary object notation", | ||
@@ -5,0 +5,0 @@ "main": "js/main.js", |
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
20022
661