graphology-shortest-path
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "graphology-shortest-path", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Shortest path functions for graphology.", | ||
@@ -39,3 +39,3 @@ "main": "index.js", | ||
"eslint": "^5.9.0", | ||
"graphology": "0.13.1", | ||
"graphology": "0.14.0", | ||
"mocha": "^5.2.0" | ||
@@ -42,0 +42,0 @@ }, |
@@ -125,3 +125,3 @@ /** | ||
if (!(successor in neighbor)) { | ||
if (!(neighbor in successor)) { | ||
reverseFringe.push(neighbor); | ||
@@ -128,0 +128,0 @@ successor[neighbor] = node; |
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