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

cytoscape

Package Overview
Dependencies
Maintainers
1
Versions
255
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cytoscape - npm Package Compare versions

Comparing version 2.7.1 to 2.7.2

2

package.json
{
"name": "cytoscape",
"version": "2.7.1",
"version": "2.7.2",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "Graph theory (a.k.a. network) library for analysis and visualisation",

@@ -69,2 +69,3 @@ # Cytoscape.js

1. Make sure the docs are updated with the list of releases in `documentation/md/intro.md`
1. Update the `VERSION` environment variable, e.g. `export VERSION=1.2.3`

@@ -71,0 +72,0 @@ 1. Confirm JS files pass linting: `gulp lint`

@@ -393,3 +393,3 @@ 'use strict';

// adjust bb w/ angle
if( rotation.strValue === 'autorotate' || rotation.pfValue !== 0 ){
if( rotation.strValue === 'autorotate' || !!rotation.pfValue ){

@@ -1075,3 +1075,3 @@ var rstyle = _p.rstyle;

var cacheKey = ele._private.labelKey;
var cacheKey = ele._private.labelStyleKey + '$@$' + text;

@@ -1078,0 +1078,0 @@ if( extraKey ){

@@ -32,3 +32,3 @@ 'use strict';

// replaced by build system
cytoscape.version = require('./version');
cytoscape.version = require('./version.json');

@@ -35,0 +35,0 @@ // try to register w/ jquery

@@ -255,2 +255,3 @@ 'use strict';

var labelStyleKey = fStyle + '$' + size + '$' + family + '$' + weight + '$' + transform + '$' + valign + '$' + halign + '$' + oWidth + '$' + wrap + '$' + wrapW;
_p.labelStyleKey = labelStyleKey;
_p.sourceLabelKey = labelStyleKey + '$' + srcContent;

@@ -257,0 +258,0 @@ _p.targetLabelKey = labelStyleKey + '$' + tgtContent;

@@ -1,1 +0,1 @@

"2.7.1"
"2.7.2"

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