New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cytoscape-cxtmenu

Package Overview
Dependencies
Maintainers
1
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 2.5.0 to 2.6.0

3

cytoscape-cxtmenu.js

@@ -47,2 +47,3 @@ /*!

maxSpotlightRadius: 38, // the maximum radius in pixels of the spotlight
openMenuEvents: 'cxttapstart taphold', // cytoscape events that will open the menu (space separated)
itemColor: 'white', // the colour of text in the command's content

@@ -343,3 +344,3 @@ itemTextShadowColor: 'black', // the text shadow colour of the command's content

bindings
.on('cxttapstart taphold', options.selector, function(e){
.on(options.openMenuEvents, options.selector, function(e){
target = this; // Remember which node the context menu is for

@@ -346,0 +347,0 @@ var ele = this;

{
"name": "cytoscape-cxtmenu",
"version": "2.5.0",
"version": "2.6.0",
"description": "A context menu for Cytoscape.js",

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

@@ -88,2 +88,3 @@ cytoscape-cxtmenu

maxSpotlightRadius: 38, // the maximum radius in pixels of the spotlight
openMenuEvents: 'cxttapstart taphold', // cytoscape events that will open the menu (space separated)
itemColor: 'white', // the colour of text in the command's content

@@ -90,0 +91,0 @@ itemTextShadowColor: 'black', // the text shadow colour of the command's content

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