Huge News!Announcing our $40M Series B led by Abstract Ventures.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.3 to 3.2.4

6

cytoscape-edgehandles.js

@@ -1076,4 +1076,8 @@ (function webpackUniversalModuleDefinition(root, factory) {

options[type].apply(options, args);
var handler = options[type];
if (handler != null) {
handler.apply(undefined, args);
}
return this;

@@ -1080,0 +1084,0 @@ }

2

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

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

@@ -91,4 +91,8 @@ function addListeners(){

options[ type ]( ...args );
let handler = options[ type ];
if( handler != null ){
handler( ...args );
}
return this;

@@ -95,0 +99,0 @@ }

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