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

cytoscape-euler

Package Overview
Dependencies
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cytoscape-euler - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

.github/stale.yml

4

package.json
{
"name": "cytoscape-euler",
"version": "1.2.1",
"version": "1.2.2",
"description": "A fast, high-quality force-directed (physics simulation) layout for Cytoscape.js",

@@ -9,3 +9,3 @@ "main": "cytoscape-euler.js",

"gh-pages:demo": "cpy demo.html . --rename=index.html",
"gh-pages:deploy": "gh-pages -d .",
"gh-pages:deploy": "gh-pages -d . -v node_modules/**",
"gh-pages:clean": "rimraf index.html",

@@ -12,0 +12,0 @@ "copyright": "update license",

@@ -11,3 +11,5 @@ # cytoscape-euler

It is based on cytoscape-ngraph.forcelayout, with several parts reworked and several general improvements.
## Dependencies

@@ -14,0 +16,0 @@

@@ -15,4 +15,4 @@ const assign = require('../assign');

assign( scratch, state.randomize ? {
x: bb.x1 + Math.round( Math.random() * bb.w ),
y: bb.y1 + Math.round( Math.random() * bb.h )
x: bb.x1 + Math.random() * bb.w,
y: bb.y1 + Math.random() * bb.h
} : {

@@ -19,0 +19,0 @@ x: p.x,

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

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