Socket
Socket
Sign inDemoInstall

@vue/compiler-ssr

Package Overview
Dependencies
Maintainers
2
Versions
224
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.5.0-alpha.2 to 3.5.0-alpha.3

5

dist/compiler-ssr.cjs.js
/**
* @vue/compiler-ssr v3.5.0-alpha.2
* @vue/compiler-ssr v3.5.0-alpha.3
* (c) 2018-present Yuxi (Evan) You and Vue contributors

@@ -1252,4 +1252,3 @@ * @license MIT

if (c.type === 9 || c.type === 1 && compilerDom.findDir(c, "if")) {
if (hasEncounteredIf)
return;
if (hasEncounteredIf) return;
hasEncounteredIf = true;

@@ -1256,0 +1255,0 @@ } else if (

6

package.json
{
"name": "@vue/compiler-ssr",
"version": "3.5.0-alpha.2",
"version": "3.5.0-alpha.3",
"description": "@vue/compiler-ssr",

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

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