ngraph.graph
Advanced tools
Comparing version 19.0.1 to 19.0.2
@@ -7,3 +7,3 @@ // Type definitions for ngraph.graph v18.0.0 | ||
declare module "ngraph.graph" { | ||
import { EventedType } from 'ngraph.events' | ||
type NodeId = string | number | ||
@@ -45,4 +45,4 @@ | ||
export default function createGraph<NodeData = any, LinkData = any>(options?: { multigraph: boolean }): Graph<NodeData, LinkData> | ||
export default function createGraph<NodeData = any, LinkData = any>(options?: { multigraph: boolean }): Graph<NodeData, LinkData> & EventedType | ||
} |
{ | ||
"name": "ngraph.graph", | ||
"version": "19.0.1", | ||
"version": "19.0.2", | ||
"description": "graph data structure", | ||
@@ -40,4 +40,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"ngraph.events": "1.0.0" | ||
"ngraph.events": "^1.2.0" | ||
} | ||
} |
@@ -5,4 +5,3 @@ ngraph.graph | ||
[Graph](http://en.wikipedia.org/wiki/Graph_\(mathematics\)) data structure for | ||
ngraph.\*. Library implements API to modify graph structure and supports event-driven | ||
notifications when graph changes. | ||
javascript. This library belongs to a family of javascript graph packages called [ngraph](https://github.com/anvaka/ngraph). | ||
@@ -9,0 +8,0 @@ [![build status](https://secure.travis-ci.org/anvaka/ngraph.graph.png)](http://travis-ci.org/anvaka/ngraph.graph) |
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
75231
1707
198
+ Addedngraph.events@1.2.2(transitive)
- Removedngraph.events@1.0.0(transitive)
Updatedngraph.events@^1.2.0