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

cytoscape-cose-bilkent

Package Overview
Dependencies
Maintainers
2
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cytoscape-cose-bilkent - npm Package Compare versions

Comparing version 1.3.5 to 1.3.6

2

bower.json
{
"name": "cytoscape-cose-bilkent",
"version": "1.3.5",
"version": "1.3.6",
"description": "The CoSE layout for Cytoscape.js by Bilkent",

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

{
"name": "cytoscape-cose-bilkent",
"version": "1.3.5",
"version": "1.3.6",
"description": "The CoSE layout for Cytoscape.js by Bilkent",

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

@@ -80,3 +80,9 @@ cytoscape-cose-bilkent

// Represents the amount of the horizontal space to put between the zero degree members during the tiling operation(can also be a function)
tilingPaddingHorizontal: 10
tilingPaddingHorizontal: 10,
// Gravity range (constant) for compounds
gravityRangeCompound: 1.5,
// Gravity force (constant) for compounds
gravityCompound: 1.0,
// Gravity range (constant)
gravityRange: 3.8
};

@@ -83,0 +89,0 @@ ```

@@ -65,7 +65,7 @@ 'use strict';

tile: true,
//whether to make animation while performing the layout
// Type of layout animation. The option set is {'during', 'end', false}
animate: 'end',
//represents the amount of the vertical space to put between the zero degree members during the tiling operation(can also be a function)
// Represents the amount of the vertical space to put between the zero degree members during the tiling operation(can also be a function)
tilingPaddingVertical: 10,
//represents the amount of the horizontal space to put between the zero degree members during the tiling operation(can also be a function)
// Represents the amount of the horizontal space to put between the zero degree members during the tiling operation(can also be a function)
tilingPaddingHorizontal: 10,

@@ -72,0 +72,0 @@ // Gravity range (constant) for compounds

Sorry, the diff of this file is too big to display

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