graphology-indices
Advanced tools
Comparing version 0.13.2 to 0.13.3
@@ -38,3 +38,3 @@ import Graph from 'graphology-types'; | ||
expensiveMove(index: number, targetCommunity: number): void; | ||
expensiveIsolate(index: number): void; | ||
expensiveIsolate(index: number): number; | ||
zoomOut(): {[key: string]: number}; | ||
@@ -41,0 +41,0 @@ modularity(): number; |
@@ -256,3 +256,3 @@ /** | ||
var degree = this.computeNodeDegree(i); | ||
this.isolate(i, degree); | ||
return this.isolate(i, degree); | ||
}; | ||
@@ -259,0 +259,0 @@ |
{ | ||
"name": "graphology-indices", | ||
"version": "0.13.2", | ||
"version": "0.13.3", | ||
"description": "Miscellaneous indices for graphology.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
40985