cytoscape
Advanced tools
Comparing version 3.19.0 to 3.19.1
{ | ||
"build/cytoscape.umd.js": { | ||
"bundled": 936254, | ||
"bundled": 936253, | ||
"minified": 348402, | ||
@@ -8,10 +8,10 @@ "gzipped": 108444 | ||
"build/cytoscape.cjs.js": { | ||
"bundled": 863135, | ||
"minified": 367690, | ||
"gzipped": 110764 | ||
"bundled": 863134, | ||
"minified": 367689, | ||
"gzipped": 110766 | ||
}, | ||
"build/cytoscape.esm.js": { | ||
"bundled": 862962, | ||
"minified": 367547, | ||
"gzipped": 110724, | ||
"bundled": 862961, | ||
"minified": 367546, | ||
"gzipped": 110726, | ||
"treeshaked": { | ||
@@ -30,3 +30,3 @@ "rollup": { | ||
"minified": 347709, | ||
"gzipped": 108257, | ||
"gzipped": 108258, | ||
"treeshaked": { | ||
@@ -33,0 +33,0 @@ "rollup": { |
{ | ||
"name": "cytoscape", | ||
"version": "3.19.0", | ||
"version": "3.19.1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Graph theory (a.k.a. network) library for analysis and visualisation", |
@@ -20,3 +20,3 @@ import * as util from'./util'; | ||
let overrideErr = function( field ){ | ||
util.error( 'Can not register `' + name + '` for `' + type + '` since `' + field + '` already exists in the prototype and can not be overridden' ); | ||
util.warn( 'Can not register `' + name + '` for `' + type + '` since `' + field + '` already exists in the prototype and can not be overridden' ); | ||
}; | ||
@@ -23,0 +23,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
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
4256275