Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cytoscape-cxtmenu

Package Overview
Dependencies
Maintainers
3
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cytoscape-cxtmenu - npm Package Compare versions

Comparing version 3.3.0 to 3.3.1

1

cytoscape-cxtmenu.js

@@ -554,2 +554,3 @@ (function webpackUniversalModuleDefinition(root, factory) {

}
e.preventDefault(); // Otherwise, on mobile, the pull-down refresh gesture gets activated

@@ -556,0 +557,0 @@ var origE = e.originalEvent;

2

package.json
{
"name": "cytoscape-cxtmenu",
"version": "3.3.0",
"version": "3.3.1",
"description": "A circular, swipeable context menu extension for Cytoscape.js",

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

@@ -463,2 +463,3 @@ const defaults = require('./defaults');

if( !inGesture ){ return; }
e.preventDefault(); // Otherwise, on mobile, the pull-down refresh gesture gets activated

@@ -465,0 +466,0 @@ let origE = e.originalEvent;

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