Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vue/compiler-sfc

Package Overview
Dependencies
Maintainers
2
Versions
276
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.2 to 3.5.0-alpha.3

2

dist/compiler-sfc.d.ts

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

export declare function invalidateTypeCache(filename: string): void;
export declare function inferRuntimeType(ctx: TypeResolveContext, node: Node & MaybeWithScope, scope?: TypeScope): string[];
export declare function inferRuntimeType(ctx: TypeResolveContext, node: Node & MaybeWithScope, scope?: TypeScope, isKeyOf?: boolean): string[];

@@ -474,0 +474,0 @@ export declare function extractRuntimeEmits(ctx: TypeResolveContext): Set<string>;

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

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

"dependencies": {
"@babel/parser": "^7.24.4",
"@babel/parser": "^7.24.7",
"estree-walker": "^2.0.2",
"magic-string": "^0.30.10",
"postcss": "^8.4.38",
"postcss": "^8.4.39",
"source-map-js": "^1.2.0",
"@vue/compiler-dom": "3.5.0-alpha.2",
"@vue/shared": "3.5.0-alpha.2",
"@vue/compiler-core": "3.5.0-alpha.2",
"@vue/compiler-ssr": "3.5.0-alpha.2"
"@vue/compiler-core": "3.5.0-alpha.3",
"@vue/shared": "3.5.0-alpha.3",
"@vue/compiler-dom": "3.5.0-alpha.3",
"@vue/compiler-ssr": "3.5.0-alpha.3"
},
"devDependencies": {
"@babel/types": "^7.24.0",
"@babel/types": "^7.24.7",
"@vue/consolidate": "^1.0.0",

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

"merge-source-map": "^1.1.0",
"minimatch": "^9.0.4",
"minimatch": "^9.0.5",
"postcss-modules": "^6.0.0",
"postcss-selector-parser": "^6.0.16",
"pug": "^3.0.2",
"sass": "^1.75.0"
"postcss-selector-parser": "^6.1.0",
"pug": "^3.0.3",
"sass": "^1.77.8"
}
}

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