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.8 to 3.0.0-alpha.9

2

dist/compiler-sfc.cjs.js

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

}
function doCompileTemplate({ filename, inMap, source, compiler = require('@vue/compiler-dom'), compilerOptions = {}, transformAssetUrls }) {
function doCompileTemplate({ filename, inMap, source, ssr = false, compiler = ssr ? require('@vue/compiler-ssr') : require('@vue/compiler-dom'), compilerOptions = {}, transformAssetUrls }) {
const errors = [];

@@ -415,0 +415,0 @@ let nodeTransforms = [];

@@ -98,2 +98,3 @@ import { CodegenResult } from '@vue/compiler-core';

filename: string;
ssr?: boolean;
inMap?: RawSourceMap;

@@ -100,0 +101,0 @@ compiler?: TemplateCompiler;

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

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

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

@@ -38,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