read-installed
Advanced tools
Comparing version 3.1.3 to 3.1.4
{ | ||
"name": "read-installed", | ||
"description": "Read all the installed packages in a folder, and return a tree structure with all the data.", | ||
"version": "3.1.3", | ||
"version": "3.1.4", | ||
"repository": { | ||
@@ -6,0 +6,0 @@ "type": "git", |
@@ -362,3 +362,3 @@ | ||
debug("not extraneous", obj._id, deps) | ||
Object.keys(deps).forEach(function (d) { | ||
Object.keys(deps || []).forEach(function (d) { | ||
var dep = findDep(obj, d) | ||
@@ -365,0 +365,0 @@ if (dep && dep.extraneous) { |
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
26354
23
700