@patagona-technologies/ngraph.fromjson
Advanced tools
Comparing version 2.0.1 to 2.0.2
module.exports = load; | ||
var createGraph = require("ngraph.graph"); | ||
var createGraph = require("@patagona-technologies/ngraph.graph"); | ||
@@ -5,0 +5,0 @@ function load(jsonGraph, nodeTransform, linkTransform) { |
{ | ||
"name": "@patagona-technologies/ngraph.fromjson", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Library to load graph from simple json format", | ||
@@ -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
6156