ngraph.graph
Advanced tools
Comparing version 0.0.17 to 0.0.18
@@ -23,9 +23,4 @@ // Type definitions for ngraph.graph v0.0.14 | ||
interface Coordinates { | ||
x: number, | ||
y: number | ||
} | ||
interface Graph { | ||
addNode: (node: NodeId, nodeCoordinates: Coordinates) => Node | ||
addNode: (node: NodeId, data?: any) => Node | ||
addLink: (from: NodeId, to: NodeId, data?: any) => Link | ||
@@ -32,0 +27,0 @@ removeLink: (link: Link) => boolean |
{ | ||
"name": "ngraph.graph", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"description": "Base graph structure in ngraph.*", | ||
@@ -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
73057
1670