@geek/jsonc
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -15,3 +15,3 @@ | ||
if (errors.length) { | ||
console.error(errors); | ||
console.error(errors.error); | ||
return null; | ||
@@ -18,0 +18,0 @@ } |
{ | ||
"name": "@geek/jsonc", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "JSONC and JSON utilities for JavaScript with Node.js", | ||
@@ -5,0 +5,0 @@ "main": "jsonc.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
10492