@riotjs/dom-bindings
Advanced tools
Comparing version 4.6.6 to 4.6.7
@@ -908,7 +908,3 @@ /** | ||
const children = meta.children || componentTemplate.children; | ||
futureNodes.push(...children); | ||
// add fake children into the childrenMap in order to preserve | ||
// the index in case of unmount calls | ||
children.forEach(child => newChildrenMap.set(child, null)); | ||
} else { | ||
@@ -915,0 +911,0 @@ futureNodes.push(el); |
@@ -914,7 +914,3 @@ (function (global, factory) { | ||
const children = meta.children || componentTemplate.children; | ||
futureNodes.push(...children); | ||
// add fake children into the childrenMap in order to preserve | ||
// the index in case of unmount calls | ||
children.forEach(child => newChildrenMap.set(child, null)); | ||
} else { | ||
@@ -921,0 +917,0 @@ futureNodes.push(el); |
{ | ||
"name": "@riotjs/dom-bindings", | ||
"version": "4.6.6", | ||
"version": "4.6.7", | ||
"description": "Riot.js DOM bindings", | ||
@@ -47,12 +47,12 @@ "main": "dist/umd.dom-bindings.js", | ||
"esm": "^3.2.25", | ||
"jsdom": "15.2.1", | ||
"jsdom": "16.0.0", | ||
"jsdom-global": "3.0.2", | ||
"mocha": "^7.0.0", | ||
"nyc": "^15.0.0", | ||
"rollup": "^1.28.0", | ||
"rollup": "^1.29.0", | ||
"rollup-plugin-alias": "^2.2.0", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"sinon": "^8.0.2", | ||
"sinon": "^8.1.0", | ||
"sinon-chai": "^3.4.0", | ||
"typescript": "^3.7.4" | ||
"typescript": "^3.7.5" | ||
}, | ||
@@ -59,0 +59,0 @@ "dependencies": { |
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
116129
3323