Comparing version 0.0.7 to 0.0.8
10
deps.js
@@ -45,1 +45,11 @@ var dag = require('croc-dag') | ||
} | ||
exports.getSuccessors = function (graph, packages) { | ||
var included = [] | ||
packages.forEach(function (name) { | ||
dag.alg.dfs(graph, name).forEach(function (name) { | ||
included.push(name) | ||
}) | ||
}) | ||
return included | ||
} |
{ | ||
"name": "croc-deps", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "deps.js", |
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
1891
48
0