cytoscape-elk
Advanced tools
Comparing version 1.1.9 to 1.1.10
@@ -133,2 +133,3 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
ports: node.data().ports, | ||
properties: node.data().properties, | ||
padding: { | ||
@@ -149,2 +150,3 @@ top: padding, | ||
console.log('NODE: ', k); | ||
return k; | ||
@@ -158,5 +160,3 @@ }; | ||
source: edge.data('source'), | ||
target: edge.data('target'), | ||
sourcePort: edge.data('sourcePort'), | ||
targetPort: edge.data('targetPort') | ||
target: edge.data('target') | ||
}; | ||
@@ -163,0 +163,0 @@ |
{ | ||
"name": "cytoscape-elk", | ||
"version": "1.1.9", | ||
"version": "1.1.10", | ||
"description": "The ELK layout algorithm adapter for Cytoscape.js", | ||
@@ -5,0 +5,0 @@ "main": "cytoscape-elk.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
60103