@vue/runtime-dom
Advanced tools
| /** | ||
| * @vue/runtime-dom v3.5.35 | ||
| * @vue/runtime-dom v3.5.36 | ||
| * (c) 2018-present Yuxi (Evan) You and Vue contributors | ||
@@ -1399,3 +1399,4 @@ * @license MIT | ||
| const child = children[i]; | ||
| if (child.el && child.el instanceof Element) { | ||
| if (child.el && child.el instanceof Element && // Hidden v-show nodes have no previous layout box to animate from. | ||
| !child.el[vShowHidden]) { | ||
| prevChildren.push(child); | ||
@@ -1402,0 +1403,0 @@ runtimeCore.setTransitionHooks( |
| /** | ||
| * @vue/runtime-dom v3.5.35 | ||
| * @vue/runtime-dom v3.5.36 | ||
| * (c) 2018-present Yuxi (Evan) You and Vue contributors | ||
@@ -1307,3 +1307,4 @@ * @license MIT | ||
| const child = children[i]; | ||
| if (child.el && child.el instanceof Element) { | ||
| if (child.el && child.el instanceof Element && // Hidden v-show nodes have no previous layout box to animate from. | ||
| !child.el[vShowHidden]) { | ||
| prevChildren.push(child); | ||
@@ -1310,0 +1311,0 @@ runtimeCore.setTransitionHooks( |
| /** | ||
| * @vue/runtime-dom v3.5.35 | ||
| * @vue/runtime-dom v3.5.36 | ||
| * (c) 2018-present Yuxi (Evan) You and Vue contributors | ||
@@ -1464,3 +1464,4 @@ * @license MIT | ||
| const child = children[i]; | ||
| if (child.el && child.el instanceof Element) { | ||
| if (child.el && child.el instanceof Element && // Hidden v-show nodes have no previous layout box to animate from. | ||
| !child.el[vShowHidden]) { | ||
| prevChildren.push(child); | ||
@@ -1467,0 +1468,0 @@ setTransitionHooks( |
+4
-4
| { | ||
| "name": "@vue/runtime-dom", | ||
| "version": "3.5.35", | ||
| "version": "3.5.36", | ||
| "description": "@vue/runtime-dom", | ||
@@ -53,5 +53,5 @@ "main": "index.js", | ||
| "csstype": "^3.2.3", | ||
| "@vue/shared": "3.5.35", | ||
| "@vue/reactivity": "3.5.35", | ||
| "@vue/runtime-core": "3.5.35" | ||
| "@vue/shared": "3.5.36", | ||
| "@vue/runtime-core": "3.5.36", | ||
| "@vue/reactivity": "3.5.36" | ||
| }, | ||
@@ -58,0 +58,0 @@ "devDependencies": { |
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
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
1245029
0.26%33725
0.15%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
Updated
Updated
Updated