@vue/compiler-ssr
Advanced tools
Comparing version 3.1.5 to 3.2.0-beta.1
@@ -1088,3 +1088,3 @@ 'use strict'; | ||
function compile(template, options = {}) { | ||
options = Object.assign(Object.assign(Object.assign({}, options), compilerDom.parserOptions), { ssr: true, scopeId: options.mode === 'function' ? null : options.scopeId, | ||
options = Object.assign(Object.assign(Object.assign({}, options), compilerDom.parserOptions), { ssr: true, inSSR: true, scopeId: options.mode === 'function' ? null : options.scopeId, | ||
// always prefix since compiler-ssr doesn't have size concern | ||
@@ -1091,0 +1091,0 @@ prefixIdentifiers: true, |
{ | ||
"name": "@vue/compiler-ssr", | ||
"version": "3.1.5", | ||
"version": "3.2.0-beta.1", | ||
"description": "@vue/compiler-ssr", | ||
@@ -31,5 +31,5 @@ "main": "dist/compiler-ssr.cjs.js", | ||
"dependencies": { | ||
"@vue/shared": "3.1.5", | ||
"@vue/compiler-dom": "3.1.5" | ||
"@vue/shared": "3.2.0-beta.1", | ||
"@vue/compiler-dom": "3.2.0-beta.1" | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
52780
1
+ Added@vue/compiler-core@3.2.0-beta.1(transitive)
+ Added@vue/compiler-dom@3.2.0-beta.1(transitive)
+ Added@vue/shared@3.2.0-beta.1(transitive)
- Removed@vue/compiler-core@3.1.5(transitive)
- Removed@vue/compiler-dom@3.1.5(transitive)
- Removed@vue/shared@3.1.5(transitive)
Updated@vue/shared@3.2.0-beta.1