Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cytoscape-elk

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cytoscape-elk - npm Package Compare versions

Comparing version 1.1.7 to 1.1.8

index.html

6

cytoscape-elk.js

@@ -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 ? [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc