@vue/runtime-dom
Advanced tools
Comparing version 3.5.6 to 3.5.7
/** | ||
* @vue/runtime-dom v3.5.6 | ||
* @vue/runtime-dom v3.5.7 | ||
* (c) 2018-present Yuxi (Evan) You and Vue contributors | ||
@@ -290,3 +290,3 @@ * @license MIT | ||
}; | ||
if (explicitTimeout) { | ||
if (explicitTimeout != null) { | ||
return setTimeout(resolveIfNotStale, explicitTimeout); | ||
@@ -293,0 +293,0 @@ } |
/** | ||
* @vue/runtime-dom v3.5.6 | ||
* @vue/runtime-dom v3.5.7 | ||
* (c) 2018-present Yuxi (Evan) You and Vue contributors | ||
@@ -286,3 +286,3 @@ * @license MIT | ||
}; | ||
if (explicitTimeout) { | ||
if (explicitTimeout != null) { | ||
return setTimeout(resolveIfNotStale, explicitTimeout); | ||
@@ -289,0 +289,0 @@ } |
/** | ||
* @vue/runtime-dom v3.5.6 | ||
* @vue/runtime-dom v3.5.7 | ||
* (c) 2018-present Yuxi (Evan) You and Vue contributors | ||
@@ -287,3 +287,3 @@ * @license MIT | ||
}; | ||
if (explicitTimeout) { | ||
if (explicitTimeout != null) { | ||
return setTimeout(resolveIfNotStale, explicitTimeout); | ||
@@ -290,0 +290,0 @@ } |
{ | ||
"name": "@vue/runtime-dom", | ||
"version": "3.5.6", | ||
"version": "3.5.7", | ||
"description": "@vue/runtime-dom", | ||
@@ -53,5 +53,5 @@ "main": "index.js", | ||
"csstype": "^3.1.3", | ||
"@vue/shared": "3.5.6", | ||
"@vue/runtime-core": "3.5.6", | ||
"@vue/reactivity": "3.5.6" | ||
"@vue/runtime-core": "3.5.7", | ||
"@vue/shared": "3.5.7", | ||
"@vue/reactivity": "3.5.7" | ||
}, | ||
@@ -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
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
1166042
31987
8
+ Added@vue/reactivity@3.5.7(transitive)
+ Added@vue/runtime-core@3.5.7(transitive)
+ Added@vue/shared@3.5.7(transitive)
- Removed@vue/reactivity@3.5.6(transitive)
- Removed@vue/runtime-core@3.5.6(transitive)
- Removed@vue/shared@3.5.6(transitive)
Updated@vue/reactivity@3.5.7
Updated@vue/runtime-core@3.5.7
Updated@vue/shared@3.5.7