Socket
Socket
Sign inDemoInstall

@vue/compiler-sfc

Package Overview
Dependencies
13
Maintainers
1
Versions
245
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.4.0 to 3.4.1

7

dist/compiler-sfc.d.ts

@@ -161,2 +161,7 @@ import * as _babel_types from '@babel/types';

compiler?: TemplateCompiler;
templateParseOptions?: ParserOptions;
/**
* TODO remove in 3.5
* @deprecated use `templateParseOptions: { prefixIdentifiers: false }` instead
*/
parseExpressions?: boolean;

@@ -225,3 +230,3 @@ }

}
export declare function parse(source: string, { sourceMap, filename, sourceRoot, pad, ignoreEmpty, compiler, parseExpressions, }?: SFCParseOptions): SFCParseResult;
export declare function parse(source: string, { sourceMap, filename, sourceRoot, pad, ignoreEmpty, compiler, templateParseOptions, parseExpressions, }?: SFCParseOptions): SFCParseResult;

@@ -228,0 +233,0 @@ type PreprocessLang = 'less' | 'sass' | 'scss' | 'styl' | 'stylus';

10

package.json
{
"name": "@vue/compiler-sfc",
"version": "3.4.0",
"version": "3.4.1",
"description": "@vue/compiler-sfc",

@@ -40,6 +40,6 @@ "main": "dist/compiler-sfc.cjs.js",

"source-map-js": "^1.0.2",
"@vue/compiler-core": "3.4.0",
"@vue/compiler-dom": "3.4.0",
"@vue/shared": "3.4.0",
"@vue/compiler-ssr": "3.4.0"
"@vue/compiler-core": "3.4.1",
"@vue/compiler-dom": "3.4.1",
"@vue/compiler-ssr": "3.4.1",
"@vue/shared": "3.4.1"
},

@@ -46,0 +46,0 @@ "devDependencies": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc