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

cytoscape-panzoom

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cytoscape-panzoom - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

2

bower.json
{
"name": "cytoscape-panzoom",
"version": "2.2.1",
"version": "2.2.2",
"description": "Panzoom extension for Cytoscape.js",

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

@@ -30,3 +30,3 @@ /*!

$.fn.cyPanzoom = $.fn.cytoscapePanzoom = function( options ){
panzoom.apply( this, [ options ] );
panzoom.apply( this, [ options, $ ] );

@@ -40,3 +40,3 @@ return this; // chainability

panzoom.apply( cy.container(), [ options ] );
panzoom.apply( cy.container(), [ options, $ ] );

@@ -69,3 +69,3 @@ return this; // chainability

var panzoom = function(params){
var panzoom = function( params, $ ){
var options = $.extend(true, {}, defaults, params);

@@ -72,0 +72,0 @@ var fn = params;

{
"name": "cytoscape-panzoom",
"version": "2.2.1",
"version": "2.2.2",
"description": "Panzoom extension for Cytoscape.js",

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

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