Comparing version 0.0.2 to 0.0.3
@@ -81,4 +81,3 @@ var DAG = function (opts) { | ||
if (filterFunction(name)) { | ||
var clone = JSON.parse(JSON.stringify(pkg)) | ||
newDAG.addNode(clone.name, clone) | ||
newDAG.addNode(pkg.name, pkg) | ||
} | ||
@@ -85,0 +84,0 @@ }) |
@@ -9,3 +9,3 @@ module.exports = function (dag, node) { | ||
if (!visited[w]) { | ||
dfs(w) | ||
dfs(dag, w) | ||
} | ||
@@ -12,0 +12,0 @@ }) |
{ | ||
"name": "croc-dag", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Directed Asyclic Graph for Croc", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
11
9239
292
1