cytoscape
Advanced tools
Comparing version 3.5.5 to 3.5.6
{ | ||
"build/cytoscape.umd.js": { | ||
"bundled": 899681, | ||
"minified": 333110, | ||
"gzipped": 103674 | ||
"bundled": 899745, | ||
"minified": 333140, | ||
"gzipped": 103676 | ||
}, | ||
"build/cytoscape.cjs.js": { | ||
"bundled": 828905, | ||
"minified": 350370, | ||
"gzipped": 105725 | ||
"bundled": 828963, | ||
"minified": 350400, | ||
"gzipped": 105733 | ||
}, | ||
"build/cytoscape.esm.js": { | ||
"bundled": 828732, | ||
"minified": 350227, | ||
"gzipped": 105690, | ||
"bundled": 828790, | ||
"minified": 350257, | ||
"gzipped": 105693, | ||
"treeshaked": { | ||
"rollup": { | ||
"code": 327806, | ||
"code": 327836, | ||
"import_statements": 51 | ||
}, | ||
"webpack": { | ||
"code": 329673 | ||
"code": 329703 | ||
} | ||
@@ -24,0 +24,0 @@ } |
{ | ||
"name": "cytoscape", | ||
"version": "3.5.5", | ||
"version": "3.5.6", | ||
"license": "MIT", | ||
@@ -81,4 +81,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", | ||
@@ -85,0 +84,0 @@ "watch:sync": "livereload \"build, debug\"", |
@@ -418,2 +418,4 @@ import * as is from '../is'; | ||
elesfn.isBundledBezier = cachePrototypeStyleFunction('isBundledBezier', function(){ | ||
if( !this.cy().styleEnabled() ){ return false; } | ||
return !this.removed() && this.pstyle('curve-style').value === 'bezier' && this.takesUpSpace(); | ||
@@ -420,0 +422,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
3752975
101892