cytoscape
Advanced tools
Comparing version 3.10.1 to 3.10.2
{ | ||
"build/cytoscape.umd.js": { | ||
"bundled": 906260, | ||
"minified": 336963, | ||
"gzipped": 104615 | ||
"bundled": 906300, | ||
"minified": 336989, | ||
"gzipped": 104621 | ||
}, | ||
"build/cytoscape.cjs.js": { | ||
"bundled": 834607, | ||
"minified": 354869, | ||
"gzipped": 106838 | ||
"bundled": 834645, | ||
"minified": 354895, | ||
"gzipped": 106846 | ||
}, | ||
"build/cytoscape.esm.js": { | ||
"bundled": 834434, | ||
"minified": 354726, | ||
"gzipped": 106806, | ||
"bundled": 834472, | ||
"minified": 354752, | ||
"gzipped": 106813, | ||
"treeshaked": { | ||
"rollup": { | ||
"code": 331615, | ||
"code": 331641, | ||
"import_statements": 51 | ||
}, | ||
"webpack": { | ||
"code": 333483 | ||
"code": 333509 | ||
} | ||
@@ -24,0 +24,0 @@ } |
{ | ||
"name": "cytoscape", | ||
"version": "3.10.1", | ||
"version": "3.10.2", | ||
"license": "MIT", | ||
@@ -103,4 +103,3 @@ "description": "Graph theory (a.k.a. network) library for analysis and visualisation", | ||
"dist": "cross-env NODE_ENV=production run-s build dist:*", | ||
"release": "run-s copyright dist docs", | ||
"postpublish": "run-s docs:push", | ||
"release": "run-s copyright dist", | ||
"watch": "run-s watch:fast", | ||
@@ -107,0 +106,0 @@ "watch:sync": "livereload \"build, debug\"", |
@@ -404,3 +404,3 @@ import * as util from '../util'; | ||
node.connectedEdges().forEach(e => { // connectedEdges() usually cached | ||
if( cmpt.has(e.source()) && cmpt.has(e.target()) ){ // has() is cheap | ||
if( self.has(e) && cmpt.has(e.source()) && cmpt.has(e.target()) ){ // has() is cheap | ||
cmpt.merge(e); // forEach() only considers nodes -- sets N at call time | ||
@@ -407,0 +407,0 @@ } |
@@ -247,2 +247,3 @@ import window from '../../../../window'; | ||
ele.boundingBox(); | ||
var bb = _p.labelBounds[prefix || 'main']; | ||
@@ -249,0 +250,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
102839
0
3775993
165