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.2.1 to 3.2.2

4

cytoscape-edgehandles.js

@@ -515,3 +515,5 @@ (function webpackUniversalModuleDefinition(root, factory) {

function removeHandle() {
this.handleNode.remove();
if (this.handleShown()) {
this.handleNode.remove();
}

@@ -518,0 +520,0 @@ return this;

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

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

@@ -152,3 +152,5 @@ const assign = require('../assign');

function removeHandle(){
this.handleNode.remove();
if( this.handleShown() ){
this.handleNode.remove();
}

@@ -155,0 +157,0 @@ return this;

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