graphology-shortest-path
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -31,4 +31,3 @@ /** | ||
var neighborhood = neighborhoodIndex.neighborhood, | ||
starts = neighborhoodIndex.starts, | ||
stops = neighborhoodIndex.stops; | ||
starts = neighborhoodIndex.starts; | ||
@@ -72,3 +71,3 @@ var order = graph.order; | ||
start = starts[v]; | ||
stop = stops[v]; | ||
stop = starts[v + 1]; | ||
@@ -138,4 +137,3 @@ for (j = start; j < stop; j++) { | ||
weights = neighborhoodIndex.weights, | ||
starts = neighborhoodIndex.starts, | ||
stops = neighborhoodIndex.stops; | ||
starts = neighborhoodIndex.starts; | ||
@@ -192,3 +190,3 @@ var order = graph.order; | ||
start = starts[v]; | ||
stop = stops[v]; | ||
stop = starts[v + 1]; | ||
@@ -195,0 +193,0 @@ for (j = start; j < stop; j++) { |
{ | ||
"name": "graphology-shortest-path", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Shortest path functions for graphology.", | ||
@@ -55,3 +55,3 @@ "main": "index.js", | ||
"@yomguithereal/helpers": "^1.0.0", | ||
"graphology-indices": "^0.2.1", | ||
"graphology-indices": "^0.3.0", | ||
"graphology-types": "^0.16.0", | ||
@@ -58,0 +58,0 @@ "graphology-utils": "^1.7.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
33653
821
+ Addedgraphology-indices@0.3.0(transitive)
- Removedgraphology-indices@0.2.1(transitive)
Updatedgraphology-indices@^0.3.0