graphology-utils
Advanced tools
Comparing version 1.6.1 to 1.7.0
{ | ||
"name": "graphology-utils", | ||
"version": "1.6.1", | ||
"version": "1.7.0", | ||
"description": "Miscellaneous utils for graphology.", | ||
@@ -50,3 +50,3 @@ "main": "index.js", | ||
"eslint": "^6.7.2", | ||
"graphology": "^0.15.1", | ||
"graphology": "^0.16.0", | ||
"mocha": "^7.0.1" | ||
@@ -53,0 +53,0 @@ }, |
@@ -17,3 +17,3 @@ /** | ||
var nodesSet; | ||
var subGraphResult = graph.emptyCopy(); | ||
var subGraphResult = graph.nullCopy(); | ||
@@ -20,0 +20,0 @@ if (Array.isArray(nodes)) { |
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
15864