You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
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

to
3.2.3

3

cytoscape-edgehandles.js

@@ -569,3 +569,4 @@ (function webpackUniversalModuleDefinition(root, factory) {

position: pos,
grabbable: false
grabbable: false,
selectable: false
});

@@ -572,0 +573,0 @@

{
"name": "cytoscape-edgehandles",
"version": "3.2.2",
"version": "3.2.3",
"description": "Edge creation UI extension for Cytoscape",

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

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

position: pos,
grabbable: false
grabbable: false,
selectable: false
});

@@ -203,0 +204,0 @@