Socket
Socket
Sign inDemoInstall

@vue/compiler-sfc

Package Overview
Dependencies
Maintainers
2
Versions
270
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.5.0-alpha.5 to 3.5.0-beta.1

57

dist/compiler-sfc.d.ts

@@ -478,58 +478,3 @@ import * as _babel_types from '@babel/types';

export declare const parseCache: Map<string, SFCParseResult>;
export declare const errorMessages: {
0: string;
1: string;
2: string;
3: string;
4: string;
5: string;
6: string;
7: string;
8: string;
9: string;
10: string;
11: string;
12: string;
13: string;
14: string;
15: string;
16: string;
17: string;
18: string;
19: string;
20: string;
21: string;
22: string;
23: string;
24: string;
25: string;
26: string;
27: string;
28: string;
29: string;
30: string;
31: string;
32: string;
33: string;
34: string;
35: string;
36: string;
37: string;
38: string;
39: string;
40: string;
41: string;
42: string;
43: string;
44: string;
45: string;
46: string;
47: string;
48: string;
49: string;
50: string;
51: string;
52: string;
53: string;
};
export declare const errorMessages: Record<number, string>;

@@ -536,0 +481,0 @@ export declare const walk: any;

18

package.json
{
"name": "@vue/compiler-sfc",
"version": "3.5.0-alpha.5",
"version": "3.5.0-beta.1",
"description": "@vue/compiler-sfc",

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

"dependencies": {
"@babel/parser": "^7.24.7",
"@babel/parser": "^7.25.3",
"estree-walker": "^2.0.2",
"magic-string": "^0.30.10",
"magic-string": "^0.30.11",
"postcss": "^8.4.40",
"source-map-js": "^1.2.0",
"@vue/compiler-dom": "3.5.0-alpha.5",
"@vue/shared": "3.5.0-alpha.5",
"@vue/compiler-core": "3.5.0-alpha.5",
"@vue/compiler-ssr": "3.5.0-alpha.5"
"@vue/compiler-core": "3.5.0-beta.1",
"@vue/compiler-dom": "3.5.0-beta.1",
"@vue/compiler-ssr": "3.5.0-beta.1",
"@vue/shared": "3.5.0-beta.1"
},
"devDependencies": {
"@babel/types": "^7.24.7",
"@babel/types": "^7.25.2",
"@vue/consolidate": "^1.0.0",

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

"merge-source-map": "^1.1.0",
"minimatch": "^9.0.5",
"minimatch": "~9.0.5",
"postcss-modules": "^6.0.0",

@@ -65,0 +65,0 @@ "postcss-selector-parser": "^6.1.1",

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