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.4.0-alpha.3 to 3.4.0-alpha.4

7

dist/compiler-sfc.d.ts

@@ -162,2 +162,3 @@ import * as _babel_types from '@babel/types';

compiler?: TemplateCompiler;
parseExpressions?: boolean;
}

@@ -225,3 +226,3 @@ export interface SFCBlock {

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

@@ -296,3 +297,3 @@ type PreprocessLang = 'less' | 'sass' | 'scss' | 'styl' | 'stylus';

declare const enum BindingTypes {
declare enum BindingTypes {
/**

@@ -456,3 +457,3 @@ * returned from data()

_resolvedElements?: ResolvedElements;
}, scope?: TypeScope): ResolvedElements;
}, scope?: TypeScope, typeParameters?: Record<string, Node>): ResolvedElements;
/**

@@ -459,0 +460,0 @@ * @private

{
"name": "@vue/compiler-sfc",
"version": "3.4.0-alpha.3",
"version": "3.4.0-alpha.4",
"description": "@vue/compiler-sfc",

@@ -35,14 +35,14 @@ "main": "dist/compiler-sfc.cjs.js",

"dependencies": {
"@babel/parser": "^7.23.4",
"@babel/parser": "^7.23.5",
"estree-walker": "^2.0.2",
"magic-string": "^0.30.5",
"postcss": "^8.4.31",
"postcss": "^8.4.32",
"source-map-js": "^1.0.2",
"@vue/compiler-core": "3.4.0-alpha.3",
"@vue/shared": "3.4.0-alpha.3",
"@vue/compiler-dom": "3.4.0-alpha.3",
"@vue/compiler-ssr": "3.4.0-alpha.3"
"@vue/shared": "3.4.0-alpha.4",
"@vue/compiler-dom": "3.4.0-alpha.4",
"@vue/compiler-ssr": "3.4.0-alpha.4",
"@vue/compiler-core": "3.4.0-alpha.4"
},
"devDependencies": {
"@babel/types": "^7.23.4",
"@babel/types": "^7.23.5",
"@vue/consolidate": "^0.17.3",

@@ -53,3 +53,3 @@ "hash-sum": "^2.0.0",

"minimatch": "^9.0.3",
"postcss-modules": "^4.3.1",
"postcss-modules": "^6.0.0",
"postcss-selector-parser": "^6.0.13",

@@ -56,0 +56,0 @@ "pug": "^3.0.2",

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc