graphology-metrics
Advanced tools
Comparing version 2.3.0 to 2.3.1
@@ -73,2 +73,5 @@ /** | ||
// TODO: don't mutate the user's object | ||
// TODO: lint | ||
// TODO: fix directedness, infer types etc. | ||
// TODO: add non sampling option | ||
settings = settings || {}; | ||
@@ -75,0 +78,0 @@ settings.epsilon = settings.epsilon || 0.03; // 3% |
{ | ||
"name": "graphology-metrics", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "Miscellaneous graph metrics for graphology.", | ||
@@ -66,2 +66,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"graphology-indices": "^0.17.0", | ||
"graphology-shortest-path": "^2.0.0", | ||
@@ -68,0 +69,0 @@ "graphology-utils": "^2.4.4", |
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
110712
2691
5
+ Addedgraphology-indices@^0.17.0