cytoscape-elk
Advanced tools
Comparing version 1.1.7 to 1.1.8
@@ -87,3 +87,2 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
var ELK = __webpack_require__(4); | ||
// eslint-disable-next-line no-undef | ||
var elk = new ELK(); | ||
@@ -134,2 +133,3 @@ var assign = __webpack_require__(1); | ||
id: node.id(), | ||
ports: node.data().ports, | ||
padding: { | ||
@@ -158,3 +158,5 @@ top: padding, | ||
source: edge.data('source'), | ||
target: edge.data('target') | ||
target: edge.data('target'), | ||
sourcePort: edge.data('sourcePort'), | ||
targetPort: edge.data('targetPort') | ||
}; | ||
@@ -161,0 +163,0 @@ |
{ | ||
"name": "cytoscape-elk", | ||
"version": "1.1.7", | ||
"version": "1.1.8", | ||
"description": "The ELK layout algorithm adapter for Cytoscape.js", | ||
@@ -5,0 +5,0 @@ "main": "cytoscape-elk.js", |
const ELK = require('elkjs'); | ||
// eslint-disable-next-line no-undef | ||
const elk = new ELK(); | ||
@@ -49,2 +48,3 @@ const assign = require('./assign'); | ||
id: node.id(), | ||
ports: node.data().ports, | ||
padding: { | ||
@@ -73,3 +73,5 @@ top: padding, | ||
source: edge.data('source'), | ||
target: edge.data('target') | ||
target: edge.data('target'), | ||
sourcePort: edge.data('sourcePort'), | ||
targetPort: edge.data('targetPort') | ||
}; | ||
@@ -76,0 +78,0 @@ |
@@ -31,3 +31,3 @@ const path = require('path'); | ||
root: 'ELK' | ||
} | ||
}, | ||
} : [], | ||
@@ -34,0 +34,0 @@ plugins: MIN ? [ |
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
60130
17
659