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.9 to 1.1.10

6

cytoscape-elk.js

@@ -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",

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