Socket
Socket
Sign inDemoInstall

@vue/compiler-ssr

Package Overview
Dependencies
Maintainers
1
Versions
231
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.5 to 3.0.6

LICENSE

6

dist/compiler-ssr.cjs.js

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

compilerDom.traverseNode(childRoot, childContext);
['helpers', 'components', 'directives', 'imports'].forEach(key => {
['helpers', 'components', 'directives'].forEach(key => {
childContext[key].forEach((value) => {

@@ -444,2 +444,6 @@ parentContext[key].add(value);

});
// imports/hoists are not merged because:
// - imports are only used for asset urls and should be consistent between
// node/client branches
// - hoists are not enabled for the client branch here
}

@@ -446,0 +450,0 @@ function clone(v) {

6

package.json
{
"name": "@vue/compiler-ssr",
"version": "3.0.5",
"version": "3.0.6",
"description": "@vue/compiler-ssr",

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

"dependencies": {
"@vue/shared": "3.0.5",
"@vue/compiler-dom": "3.0.5"
"@vue/shared": "3.0.6",
"@vue/compiler-dom": "3.0.6"
}
}
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