graph-data-structure
Advanced tools
Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "graph-data-structure", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "A graph data structure with topological sort.", | ||
"main": "index.js", | ||
"browser": "graph-data-structure.js", | ||
"scripts": { | ||
"test": "mocha" | ||
"test": "mocha", | ||
"prepublishOnly": "browserify index.js -s GraphDataStructure -o graph-data-structure.js" | ||
}, | ||
@@ -9,0 +11,0 @@ "repository": { |
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
42506
7
857
6