Socket
Socket
Sign inDemoInstall

@vue/compiler-ssr

Package Overview
Dependencies
Maintainers
1
Versions
230
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.4.0-rc.2 to 3.4.0-rc.3

10

dist/compiler-ssr.cjs.js

@@ -295,3 +295,2 @@ 'use strict';

true
/* ssr */
);

@@ -432,3 +431,2 @@ if (props || directives.length) {

false
/* no newline */
)

@@ -579,3 +577,2 @@ );

true
/* ssr (skip event listeners) */
);

@@ -784,3 +781,2 @@ let propsExp = null;

true
/* withSlotScopeId */
),

@@ -998,3 +994,5 @@ vnodeBranch

context.pushStringPart(
compilerDom.createCallExpression(context.helper(SSR_INTERPOLATE), [child.content])
compilerDom.createCallExpression(context.helper(SSR_INTERPOLATE), [
child.content
])
);

@@ -1069,3 +1067,2 @@ break;

false
/* no newline */
)

@@ -1205,3 +1202,2 @@ );

false
/* no newline */
)

@@ -1208,0 +1204,0 @@ )

{
"name": "@vue/compiler-ssr",
"version": "3.4.0-rc.2",
"version": "3.4.0-rc.3",
"description": "@vue/compiler-ssr",

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

"dependencies": {
"@vue/compiler-dom": "3.4.0-rc.2",
"@vue/shared": "3.4.0-rc.2"
"@vue/shared": "3.4.0-rc.3",
"@vue/compiler-dom": "3.4.0-rc.3"
}
}
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