graphology
Advanced tools
Comparing version 0.23.0 to 0.23.1
{ | ||
"name": "graphology", | ||
"version": "0.23.0", | ||
"version": "0.23.1", | ||
"description": "A robust and multipurpose Graph object for JavaScript.", | ||
@@ -5,0 +5,0 @@ "main": "dist/graphology.cjs.js", |
@@ -54,2 +54,9 @@ "use strict"; | ||
}, /addDirectedEdge/); | ||
}, | ||
'copying the graph should conserve its attributes.': function copyingTheGraphShouldConserveItsAttributes() { | ||
var graph = new Graph(); | ||
graph.setAttribute('title', 'The Graph'); | ||
var copy = graph.nullCopy(); | ||
_assert["default"].deepStrictEqual(graph.getAttributes(), copy.getAttributes()); | ||
} | ||
@@ -56,0 +63,0 @@ }, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
2387493
21692