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
3
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 3.4.4 to 3.5.0

5

cytoscape-edgehandles.js

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

},
ghostEdgeParams: function ghostEdgeParams() {
// return element object to be passed to cy.add() for the ghost edge
// (default classes are always added for you)
return {};
},
show: function show(sourceNode) {

@@ -308,0 +313,0 @@ // fired when handle is shown

2

package.json
{
"name": "cytoscape-edgehandles",
"version": "3.4.4",
"version": "3.5.0",
"description": "Edge creation UI extension for Cytoscape",

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

@@ -104,2 +104,7 @@ cytoscape-edgehandles

},
ghostEdgeParams: function(){
// return element object to be passed to cy.add() for the ghost edge
// (default classes are always added for you)
return {};
},
show: function( sourceNode ){

@@ -106,0 +111,0 @@ // fired when handle is shown

@@ -36,2 +36,7 @@ /* eslint-disable no-unused-vars */

},
ghostEdgeParams: function(){
// return element object to be passed to cy.add() for the ghost edge
// (default classes are always added for you)
return {};
},
show: function( sourceNode ){

@@ -38,0 +43,0 @@ // fired when handle is shown

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