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

cytoscape-navigator

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cytoscape-navigator - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

2

bower.json

@@ -6,3 +6,3 @@ {

"dependencies": {
"cytoscape": "^2.6.0",
"cytoscape": "^2.6.0 || ^3.0.0",
"jquery": "^1.4.0 || ^2.0.0"

@@ -9,0 +9,0 @@ },

@@ -861,5 +861,3 @@ ;(function(){ 'use strict';

};
}
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-navigator', function(){

@@ -866,0 +864,0 @@ return register;

{
"name": "cytoscape-navigator",
"version": "1.2.0",
"version": "1.3.0",
"description": "Bird's eye view pan and zoom control for Cytoscape.js",

@@ -39,4 +39,4 @@ "main": "cytoscape-navigator.js",

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

@@ -12,3 +12,3 @@ cytoscape-navigator

* Cytoscape.js ^2.6.0
* Cytoscape.js ^2.6.0 || ^3.0.0
* jQuery ^2.0.0 || ^1.4.0

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