Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vue/compiler-ssr

Package Overview
Dependencies
Maintainers
1
Versions
233
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue/compiler-ssr - npm Package Compare versions

Comparing version 3.0.0-rc.10 to 3.0.0-rc.11

6

dist/compiler-ssr.cjs.js

@@ -131,3 +131,3 @@ 'use strict';

[61 /* X_SSR_UNSAFE_ATTR_NAME */]: `Unsafe attribute name for SSR.`,
[62 /* X_SSR_NO_TELEPORT_TARGET */]: `No target prop on teleport element.`,
[62 /* X_SSR_NO_TELEPORT_TARGET */]: `Missing the 'to' prop on teleport element.`,
[63 /* X_SSR_INVALID_AST_NODE */]: `Invalid AST node during SSR transform.`

@@ -138,3 +138,3 @@ };

function ssrProcessTeleport(node, context) {
const targetProp = compilerDom.findProp(node, 'target');
const targetProp = compilerDom.findProp(node, 'to');
if (!targetProp) {

@@ -664,3 +664,3 @@ context.onError(createSSRCompilerError(62 /* X_SSR_NO_TELEPORT_TARGET */, node.loc));

context.body.push(compilerDom.createCompoundExpression([
`const _cssVars = ${ssrHelpers[SSR_RESOLVE_CSS_VARS]}(`,
`const _cssVars = _${ssrHelpers[SSR_RESOLVE_CSS_VARS]}(`,
varsExp,

@@ -667,0 +667,0 @@ options.scopeId ? `, ${JSON.stringify(options.scopeId)}` : ``,

{
"name": "@vue/compiler-ssr",
"version": "3.0.0-rc.10",
"version": "3.0.0-rc.11",
"description": "@vue/compiler-ssr",

@@ -31,5 +31,5 @@ "main": "dist/compiler-ssr.cjs.js",

"dependencies": {
"@vue/shared": "3.0.0-rc.10",
"@vue/compiler-dom": "3.0.0-rc.10"
"@vue/shared": "3.0.0-rc.11",
"@vue/compiler-dom": "3.0.0-rc.11"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc