incremental-cycle-detect
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "incremental-cycle-detect", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Keeps a directed acyclic graph topologically sorted each time you add an edge or vertex to check for cycles.", | ||
@@ -29,3 +29,3 @@ "main": "dist/main.js", | ||
"keywords": [ | ||
"comparator" | ||
"graph,directed graph,acyclic graph,dag,cycle,cycle detection" | ||
], | ||
@@ -56,3 +56,2 @@ "author": "Andre Wachsmuth", | ||
"ts-node": "^6.0.5", | ||
"tslib": "^1.9.1", | ||
"tslint": "^5.10.0", | ||
@@ -64,3 +63,5 @@ "tslint-strict-null-checks": "^1.0.1", | ||
"homepage": "https://github.com/blutorange/js-incremental-cycle-detect#readme", | ||
"dependencies": {} | ||
"dependencies": { | ||
"tslib": "^1.9.1" | ||
} | ||
} |
@@ -126,2 +126,3 @@ Lets you add edges to a [directed acyclic graph](https://en.wikipedia.org/wiki/Directed_acyclic_graph) and be told whether this edge | ||
- 0.1.1 Fixed package.json and dependencies (was missing tslib). | ||
- 0.1.0 Initial version. |
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
70545
22
127
1
+ Addedtslib@^1.9.1
+ Addedtslib@1.14.1(transitive)