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.1.0 to 2.2.0

package.js

2

bower.json
{
"name": "cytoscape-qtip",
"version": "2.1.0",
"version": "2.2.0",
"main": "cytoscape-qtip.js",

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

@@ -228,2 +228,5 @@ ;(function( $, $$ ){ 'use strict';

})( jQuery, cytoscape );
})(
typeof jQuery !== 'undefined' ? jQuery : null,
typeof cytoscape !== 'undefined' ? cytoscape : null
);

@@ -19,3 +19,3 @@ var gulp = require('gulp');

gulp.task('publish', [], function( next ){
runSequence('confver', /*'lint',*/ 'pkgver', 'push', 'tag', 'npm', next);
runSequence('confver', /*'lint',*/ 'pkgver', 'push', 'tag', 'npm', 'spm', 'meteor', next);
});

@@ -77,2 +77,10 @@

gulp.task('meteor', shell.task([
'meteor publish'
]));
gulp.task('spm', shell.task([
'spm publish'
]));
// http://www.jshint.com/docs/options/

@@ -79,0 +87,0 @@ gulp.task('lint', function(){

{
"name": "cytoscape-qtip",
"version": "2.1.0",
"version": "2.2.0",
"description": "A Cytoscape.js extension that wraps the qTip jQuery library",

@@ -5,0 +5,0 @@ "main": "cytoscape-qtip.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