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.9.6 to 2.10.0

2

bower.json

@@ -10,3 +10,3 @@ {

"dependencies": {
"cytoscape": "^2.2.0"
"cytoscape": "^2.2.0 || ^3.0.0"
},

@@ -13,0 +13,0 @@ "ignore": [

@@ -613,5 +613,3 @@ /*!

module.exports = register;
}
if( typeof define !== 'undefined' && define.amd ){ // expose as an amd/requirejs module
} else if( typeof define !== 'undefined' && define.amd ){ // expose as an amd/requirejs module
define('cytoscape-cxtmenu', function(){

@@ -618,0 +616,0 @@ return register;

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

@@ -33,4 +33,4 @@ "main": "cytoscape-cxtmenu.js",

"peerDependencies": {
"cytoscape": "^2.2.0"
"cytoscape": "^2.2.0 || ^3.0.0"
}
}

@@ -15,3 +15,3 @@ cytoscape-cxtmenu

* Cytoscape.js >= 2.2
* Cytoscape.js ^2.2.0 || ^3.0.0

@@ -18,0 +18,0 @@

Sorry, the diff of this file is not supported yet

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