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
2
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.10.2 to 2.10.3

5

cytoscape-cxtmenu.js

@@ -35,3 +35,4 @@ /*!

console.log( ele.id() ) // `ele` holds the reference to the active element
}
},
enabled: true // whether the command is selectable
}

@@ -216,3 +217,3 @@ */

if (command.disabled) {
if (command.disabled === true || command.enabled === false) {
content.classList.add('cxtmenu-disabled');

@@ -219,0 +220,0 @@ }

2

package.json
{
"name": "cytoscape-cxtmenu",
"version": "2.10.2",
"version": "2.10.3",
"description": "A context menu for Cytoscape.js",

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

@@ -72,3 +72,4 @@ cytoscape-cxtmenu

console.log( ele.id() ) // `ele` holds the reference to the active element
}
},
enabled: true // whether the command is selectable
}

@@ -75,0 +76,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