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

cytoscape-klay

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cytoscape-klay - npm Package Compare versions

Comparing version 3.1.3 to 3.1.4

4

cytoscape-klay.js

@@ -171,7 +171,7 @@ (function webpackUniversalModuleDefinition(root, factory) {

if (parent.nonempty()) {
while (parent.nonempty()) {
var kp = parent.scratch('klay');
p.x += kp.x;
p.y += kp.y;
parent = parent.parent();
}

@@ -178,0 +178,0 @@

{
"name": "cytoscape-klay",
"version": "3.1.3",
"version": "3.1.4",
"description": "The Klay layout algorithm for Cytoscape.js",

@@ -5,0 +5,0 @@ "main": "cytoscape-klay.js",

@@ -86,7 +86,7 @@ const klay = require('klayjs');

if( parent.nonempty() ){
let kp = parent.scratch('klay');
while (parent.nonempty()) {
var kp = parent.scratch('klay');
p.x += kp.x;
p.y += kp.y;
parent = parent.parent();
}

@@ -93,0 +93,0 @@

Sorry, the diff of this file is not supported yet

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