toposource
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "toposource", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Directed graphs analyzer for parallel traversals", | ||
@@ -44,3 +44,3 @@ "main": "./target/cjs/index.js", | ||
"devDependencies": { | ||
"@types/node": "^18.14.1", | ||
"@types/node": "^18.14.2", | ||
"@types/toposort": "^2.0.3", | ||
@@ -52,7 +52,7 @@ "benchmark": "^2.1.4", | ||
"esbuild-node-externals": "^1.6.0", | ||
"eslint": "^8.34.0", | ||
"eslint": "^8.35.0", | ||
"eslint-config-qiwi": "^2.0.8", | ||
"toposort": "^2.0.2", | ||
"tsm": "^2.3.0", | ||
"typedoc": "^0.23.25", | ||
"typedoc": "^0.23.26", | ||
"typescript": "^4.9.5", | ||
@@ -59,0 +59,0 @@ "uvu": "^0.5.6" |
@@ -41,4 +41,7 @@ # toposource | ||
* [batching-toposort](https://github.com/glebec/batching-toposort) | ||
* [js-graph-algorithms](https://github.com/chen0040/js-graph-algorithms) | ||
* [topology-runner](https://github.com/smartprocure/topology-runner) | ||
* [graph-data-structure]https://github.com/datavis-tech/graph-data-structure | ||
## License | ||
[MIT](./LICENSE) |
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
11775
47