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

cytoscape-qtip

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cytoscape-qtip - npm Package Compare versions

Comparing version 2.6.0 to 2.6.1

6

cytoscape-qtip.js

@@ -381,2 +381,5 @@ /*!

module.exports = function( cytoscape ){
var oldJq = window.jQuery;
var old$ = window.$;
var jQuery = window.jQuery = window.$ = require('jquery'); // qtip requires global jquery

@@ -386,2 +389,5 @@ var qtip = require('qtip2');

register( cytoscape, jQuery );
window.jQuery = oldJq;
window.$ = old$;
};

@@ -388,0 +394,0 @@ }

2

package.json
{
"name": "cytoscape-qtip",
"version": "2.6.0",
"version": "2.6.1",
"description": "A Cytoscape.js extension that wraps the qTip jQuery library",

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

@@ -16,3 +16,3 @@ cytoscape-qtip

* jQuery ^2.0 || ^1.10.0, as qTip requires it
* qTip $3.0 || ^2.2.0
* qTip ^3.0 || ^2.2.0
* Cytoscape.js ^2.2.0

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