graphology-gexf
Advanced tools
Comparing version 0.6.0 to 0.7.0
{ | ||
"name": "graphology-gexf", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "GEXF parser & writer for graphology.", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"files": [ | ||
"*.d.ts", | ||
"index.js", | ||
@@ -38,5 +40,6 @@ "browser", | ||
"@yomguithereal/eslint-config": "^4.0.0", | ||
"eslint": "^7.12.1", | ||
"graphology": "^0.18.0", | ||
"mocha": "^8.2.0" | ||
"eslint": "^7.13.0", | ||
"graphology": "^0.19.1", | ||
"graphology-types": "^0.19.0", | ||
"mocha": "^8.2.1" | ||
}, | ||
@@ -49,7 +52,10 @@ "eslintConfig": { | ||
}, | ||
"peerDependencies": { | ||
"graphology-types": ">=0.19.0" | ||
}, | ||
"dependencies": { | ||
"graphology-utils": "^1.5.0", | ||
"xmldom": "^0.2.1", | ||
"graphology-utils": "^1.8.0", | ||
"xmldom": "^0.4.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
31347
15
849
4
5
+ Addedxmldom@0.4.0(transitive)
- Removedxmldom@0.2.1(transitive)
Updatedgraphology-utils@^1.8.0
Updatedxmldom@^0.4.0