read-package-json
Advanced tools
Comparing version 2.0.9 to 2.0.10
{ | ||
"name": "read-package-json", | ||
"version": "2.0.9", | ||
"version": "2.0.10", | ||
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", | ||
@@ -5,0 +5,0 @@ "description": "The thing npm uses to read package.json files with semantics and defaults and validation", |
@@ -110,3 +110,3 @@ var fs | ||
function extrasCached (file, d, data, log, strict, cb) { | ||
extras(file, data, log, strict, (err, data) => { | ||
extras(file, data, log, strict, function (err, data) { | ||
if (!err) { | ||
@@ -113,0 +113,0 @@ cache[d] = jsonClone(data) |
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
16948