graph-data-structure
Advanced tools
Comparing version 1.10.0 to 1.12.0
{ | ||
"name": "graph-data-structure", | ||
"version": "1.10.0", | ||
"version": "1.12.0", | ||
"description": "A graph data structure with topological sort.", | ||
"main": "index.js", | ||
"files": [ | ||
"graph-data-structure.js" | ||
"graph-data-structure.js", | ||
"index.d.ts" | ||
], | ||
@@ -32,3 +33,3 @@ "scripts": { | ||
"devDependencies": { | ||
"@types/node": "^13.9.5", | ||
"@types/node": "^13.11.0", | ||
"browserify": "^16.5.1", | ||
@@ -35,0 +36,0 @@ "graph-diagrams": "^0.5.0", |
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
39254
6
719