New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cytoscape-edgehandles

Package Overview
Dependencies
Maintainers
2
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cytoscape-edgehandles - npm Package Compare versions

Comparing version 2.10.0 to 2.10.1

12

cytoscape-edgehandles.js

@@ -197,3 +197,3 @@ /*!

// fired when edgehandles interaction is stopped (either complete with added edges or incomplete)
},
},
cancel: function( sourceNode, renderedPosition ) {

@@ -852,4 +852,4 @@ // fired when edgehandles are cancelled ( incomplete - nothing has been added ) - renderedPosition is where the edgehandle was released

mx = x;
my = y;
mx = x;
my = y;

@@ -975,4 +975,4 @@ if( options().handleLineType !== 'ghost' ) {

mx = x;
my = y;
mx = x;
my = y;

@@ -1103,3 +1103,3 @@ if( options().handleLineType !== 'ghost' ) {

if( ( cxtOk || tapOk ) && sourceNode ) {
var rpos = e.cyRenderedPosition;
var rpos = e.renderedPosition || e.cyRenderedPosition;

@@ -1106,0 +1106,0 @@ drawLine( hx, hy, rpos.x, rpos.y );

{
"name": "cytoscape-edgehandles",
"version": "2.10.0",
"version": "2.10.1",
"description": "Edge creation extension for Cytoscape.js",

@@ -5,0 +5,0 @@ "main": "cytoscape-edgehandles.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