@vue/server-renderer
Advanced tools
Comparing version 3.0.5 to 3.0.6
@@ -692,3 +692,3 @@ 'use strict'; | ||
// in production the hook receives only the error code | ||
const errorInfo = ErrorTypeStrings[type] ; | ||
const errorInfo = ErrorTypeStrings[type] ; | ||
while (cur) { | ||
@@ -773,3 +773,3 @@ const errorCapturedHooks = cur.ec; | ||
else if (typeof source === 'number') { | ||
if ( !Number.isInteger(source)) { | ||
if (!Number.isInteger(source)) { | ||
warn(`The v-for range expect an integer value but got ${source}.`); | ||
@@ -776,0 +776,0 @@ return; |
{ | ||
"name": "@vue/server-renderer", | ||
"version": "3.0.5", | ||
"version": "3.0.6", | ||
"description": "@vue/server-renderer", | ||
@@ -31,8 +31,8 @@ "main": "index.js", | ||
"peerDependencies": { | ||
"vue": "3.0.5" | ||
"vue": "3.0.6" | ||
}, | ||
"dependencies": { | ||
"@vue/shared": "3.0.5", | ||
"@vue/compiler-ssr": "3.0.5" | ||
"@vue/shared": "3.0.6", | ||
"@vue/compiler-ssr": "3.0.6" | ||
} | ||
} |
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
57551
+ Added@vue/compiler-core@3.0.6(transitive)
+ Added@vue/compiler-dom@3.0.6(transitive)
+ Added@vue/compiler-ssr@3.0.6(transitive)
+ Added@vue/reactivity@3.0.6(transitive)
+ Added@vue/runtime-core@3.0.6(transitive)
+ Added@vue/runtime-dom@3.0.6(transitive)
+ Added@vue/shared@3.0.6(transitive)
+ Addedvue@3.0.6(transitive)
- Removed@vue/compiler-core@3.0.5(transitive)
- Removed@vue/compiler-dom@3.0.5(transitive)
- Removed@vue/compiler-ssr@3.0.5(transitive)
- Removed@vue/reactivity@3.0.5(transitive)
- Removed@vue/runtime-core@3.0.5(transitive)
- Removed@vue/runtime-dom@3.0.5(transitive)
- Removed@vue/shared@3.0.5(transitive)
- Removedvue@3.0.5(transitive)
Updated@vue/compiler-ssr@3.0.6
Updated@vue/shared@3.0.6