graphology-gexf
Advanced tools
Comparing version 0.10.0 to 0.10.1
@@ -10,2 +10,4 @@ /* eslint no-self-compare: 0 */ | ||
var mergeEdge = require('graphology-utils/add-edge').mergeEdge; | ||
var toMixed = require('graphology-operators/to-mixed'); | ||
var toMulti = require('graphology-operators/to-multi'); | ||
var helpers = require('../common/helpers.js'); | ||
@@ -320,3 +322,3 @@ | ||
if (type !== graph.type && graph.type !== 'mixed') { | ||
graph.upgradeToMixed(); | ||
graph = toMixed(graph); | ||
} | ||
@@ -330,3 +332,3 @@ | ||
) { | ||
graph.upgradeToMulti(); | ||
graph = toMulti(graph); | ||
} | ||
@@ -333,0 +335,0 @@ |
{ | ||
"name": "graphology-gexf", | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"description": "GEXF parser & writer for graphology.", | ||
@@ -41,2 +41,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"graphology-operators": "^1.5.0", | ||
"graphology-utils": "^2.4.1", | ||
@@ -43,0 +44,0 @@ "xml-writer": "^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
32390
859
5
+ Addedgraphology-operators@^1.5.0
+ Addedgraphology-operators@1.6.0(transitive)