Socket
Socket
Sign inDemoInstall

@vue/compiler-sfc

Package Overview
Dependencies
Maintainers
1
Versions
274
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue/compiler-sfc - npm Package Compare versions

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

6

dist/compiler-sfc.cjs.js

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

if (!descriptor.template) {
descriptor.template = createBlock(node, source, pad);
descriptor.template = createBlock(node, source, false);
}

@@ -88,3 +88,3 @@ else {

if (block && !block.src) {
block.map = generateSourceMap(filename, source, block.content, sourceRoot, pad ? 0 : block.loc.start.line - 1);
block.map = generateSourceMap(filename, source, block.content, sourceRoot, !pad || block.type === 'template' ? block.loc.start.line - 1 : 0);
}

@@ -129,3 +129,3 @@ };

};
if (node.tag !== 'template' && pad) {
if (pad) {
block.content = padContent(source, block, pad) + block.content;

@@ -132,0 +132,0 @@ }

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

@@ -30,9 +30,9 @@ "main": "dist/compiler-sfc.cjs.js",

"peerDependencies": {
"vue": "3.0.0-alpha.10"
"vue": "3.0.0-alpha.11"
},
"dependencies": {
"@vue/shared": "3.0.0-alpha.10",
"@vue/compiler-core": "3.0.0-alpha.10",
"@vue/compiler-dom": "3.0.0-alpha.10",
"@vue/compiler-ssr": "3.0.0-alpha.10",
"@vue/shared": "3.0.0-alpha.11",
"@vue/compiler-core": "3.0.0-alpha.11",
"@vue/compiler-dom": "3.0.0-alpha.11",
"@vue/compiler-ssr": "3.0.0-alpha.11",
"consolidate": "^0.15.1",

@@ -39,0 +39,0 @@ "hash-sum": "^2.0.0",

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