cytoscape
Advanced tools
Comparing version 3.7.2 to 3.7.3
{ | ||
"build/cytoscape.umd.js": { | ||
"bundled": 905720, | ||
"minified": 334781, | ||
"gzipped": 103904 | ||
"bundled": 905843, | ||
"minified": 334844, | ||
"gzipped": 103924 | ||
}, | ||
"build/cytoscape.cjs.js": { | ||
"bundled": 834101, | ||
"minified": 355531, | ||
"gzipped": 106826 | ||
"bundled": 834218, | ||
"minified": 355594, | ||
"gzipped": 106847 | ||
}, | ||
"build/cytoscape.esm.js": { | ||
"bundled": 833928, | ||
"minified": 355388, | ||
"gzipped": 106791, | ||
"bundled": 834045, | ||
"minified": 355451, | ||
"gzipped": 106810, | ||
"treeshaked": { | ||
"rollup": { | ||
"code": 329287, | ||
"code": 329350, | ||
"import_statements": 51 | ||
}, | ||
"webpack": { | ||
"code": 331295 | ||
"code": 331358 | ||
} | ||
@@ -24,0 +24,0 @@ } |
{ | ||
"name": "cytoscape", | ||
"version": "3.7.2", | ||
"version": "3.7.3", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Graph theory (a.k.a. network) library for analysis and visualisation", |
@@ -18,2 +18,3 @@ var BRp = {}; | ||
rstyle.clean = false; | ||
rstyle.cleanConnected = false; | ||
} | ||
@@ -43,5 +44,8 @@ } | ||
var ele = elesToUpdate[i]; | ||
var rstyle = ele._private.rstyle; | ||
if( ele.isNode() && !ele._private.rstyle.clean ){ | ||
if( ele.isNode() && !rstyle.cleanConnected ){ | ||
enqueue( ele.connectedEdges() ); | ||
rstyle.cleanConnected = true; | ||
} | ||
@@ -48,0 +52,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
3772343
102626