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

cytoscape-automove

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cytoscape-automove - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

2

bower.json

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

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

@@ -9,0 +9,0 @@ "repository": {

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

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-automove', function(){

@@ -310,0 +308,0 @@ return register;

{
"name": "cytoscape-automove",
"version": "1.1.0",
"version": "1.2.0",
"description": "An extension for Cytoscape.js that automatically updates node positions based on specified rules",

@@ -35,4 +35,4 @@ "main": "cytoscape-automove.js",

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

@@ -18,3 +18,3 @@ cytoscape-automove

* Cytoscape.js ^2.7.0
* Cytoscape.js ^2.7.0 || ^3.0.0

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