comment-json
Advanced tools
Comparing version 0.1.8 to 0.1.9
@@ -8,7 +8,3 @@ 'use strict'; | ||
function parse (code, reviver) { | ||
if (Object(code) !== code) { | ||
return JSON.parse(code, reviver); | ||
} | ||
return parser.parse(code, reviver); | ||
} |
{ | ||
"name": "comment-json", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"description": "Parse and stringify JSON file with comments", | ||
@@ -5,0 +5,0 @@ "main": "index.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
17223
480