cytoscape
Advanced tools
Comparing version 3.13.2 to 3.13.3
{ | ||
"build/cytoscape.umd.js": { | ||
"bundled": 927179, | ||
"minified": 343525, | ||
"gzipped": 106846 | ||
"bundled": 927256, | ||
"minified": 344498, | ||
"gzipped": 107274 | ||
}, | ||
"build/cytoscape.cjs.js": { | ||
"bundled": 854444, | ||
"minified": 362204, | ||
"gzipped": 109187 | ||
"bundled": 854519, | ||
"minified": 363221, | ||
"gzipped": 109600 | ||
}, | ||
"build/cytoscape.esm.js": { | ||
"bundled": 854271, | ||
"minified": 362061, | ||
"gzipped": 109153, | ||
"bundled": 854346, | ||
"minified": 363078, | ||
"gzipped": 109564, | ||
"treeshaked": { | ||
"rollup": { | ||
"code": 338175, | ||
"code": 339157, | ||
"import_statements": 51 | ||
}, | ||
"webpack": { | ||
"code": 340049 | ||
"code": 340071 | ||
} | ||
@@ -27,12 +27,12 @@ } | ||
"build/cytoscape.esm.min.js": { | ||
"bundled": 343340, | ||
"minified": 342850, | ||
"gzipped": 106677, | ||
"bundled": 343362, | ||
"minified": 343383, | ||
"gzipped": 106809, | ||
"treeshaked": { | ||
"rollup": { | ||
"code": 342326, | ||
"code": 342841, | ||
"import_statements": 0 | ||
}, | ||
"webpack": { | ||
"code": 343610 | ||
"code": 343632 | ||
} | ||
@@ -39,0 +39,0 @@ } |
{ | ||
"name": "cytoscape", | ||
"version": "3.13.2", | ||
"version": "3.13.3", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Graph theory (a.k.a. network) library for analysis and visualisation", |
@@ -235,5 +235,6 @@ import * as util from '../util'; | ||
} else { // parent is immutable via data() | ||
let newParentValSpecd = 'parent' in obj.data; | ||
let parent = obj.data.parent; | ||
if( (parent != null || data.parent != null) && parent != data.parent ){ | ||
if( newParentValSpecd && (parent != null || data.parent != null) && parent != data.parent ){ | ||
if( parent === undefined ){ // can't set undefined imperatively, so use null | ||
@@ -240,0 +241,0 @@ parent = null; |
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
4208957
106381