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
1
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.6.1 to 2.6.2

3

cytoscape-edgehandles.js

@@ -707,2 +707,5 @@ /*!

// can't draw a line without having the starting node
if( !sourceNode ){ return; }
if( options().handleLineType !== 'ghost' ) {

@@ -709,0 +712,0 @@ ctx.fillStyle = options().handleColor;

2

package.json
{
"name": "cytoscape-edgehandles",
"version": "2.6.1",
"version": "2.6.2",
"description": "Edge creation extension for Cytoscape.js",

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

@@ -148,3 +148,3 @@ cytoscape-edgehandles

* `cy.edgehandles('enable')` : enable the extension
* `cy.edgehandles('enable')` : disable the extension
* `cy.edgehandles('disable')` : disable the extension
* `cy.edgehandles('option', 'preview', false)` : set individual option (e.g. `'preview'`)

@@ -151,0 +151,0 @@ * `cy.edgehandles('option', { /* options */ })` : set all options

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