toposource
Advanced tools
Comparing version 1.1.4 to 1.2.0
{ | ||
"name": "toposource", | ||
"version": "1.1.4", | ||
"version": "1.2.0", | ||
"description": "Directed graphs analyzer for parallel traversals", | ||
@@ -44,15 +44,15 @@ "main": "./target/cjs/index.js", | ||
"devDependencies": { | ||
"@types/node": "^18.16.1", | ||
"@types/toposort": "^2.0.3", | ||
"@types/node": "^20.10.5", | ||
"@types/toposort": "^2.0.7", | ||
"benchmark": "^2.1.4", | ||
"c8": "^7.13.0", | ||
"concurrently": "^8.0.1", | ||
"esbuild": "^0.17.18", | ||
"esbuild-node-externals": "^1.7.0", | ||
"eslint": "^8.39.0", | ||
"eslint-config-qiwi": "^2.1.1", | ||
"c8": "^8.0.1", | ||
"concurrently": "^8.2.2", | ||
"esbuild": "^0.19.9", | ||
"esbuild-node-externals": "^1.11.0", | ||
"eslint": "^8.56.0", | ||
"eslint-config-qiwi": "^2.1.3", | ||
"toposort": "^2.0.2", | ||
"tsm": "^2.3.0", | ||
"typedoc": "^0.24.6", | ||
"typescript": "^5.0.4", | ||
"typedoc": "^0.25.4", | ||
"typescript": "^5.3.3", | ||
"uvu": "^0.5.6" | ||
@@ -59,0 +59,0 @@ }, |
@@ -100,3 +100,3 @@ "use strict"; | ||
if (desc.has(node)) { | ||
throw new Error("Loop detected"); | ||
throw new Error(`Loop detected: ${[node, ...desc.values()]}`); | ||
} | ||
@@ -103,0 +103,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
23008