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

@vue/compiler-sfc-canary

Package Overview
Dependencies
Maintainers
10
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue/compiler-sfc-canary - npm Package Compare versions

Comparing version 3.20240513.1-minor.0 to 3.20240520.0

9

dist/compiler-sfc.d.ts

@@ -120,7 +120,6 @@ import * as _babel_types from '@babel/types';

/**
* Set to `false` to disable reactive destructure for `defineProps` (pre-3.5
* behavior), or set to `'error'` to throw hard error on props destructures.
* @default true
* (**Experimental**) Enable reactive destructure for `defineProps`
* @default false
*/
propsDestructure?: boolean | 'error';
propsDestructure?: boolean;
/**

@@ -472,3 +471,3 @@ * File system access methods to be used when resolving 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[];

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

{
"name": "@vue/compiler-sfc-canary",
"version": "3.20240513.1-minor.0",
"version": "3.20240520.0",
"description": "@vue/compiler-sfc",

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

"dependencies": {
"@babel/parser": "^7.24.4",
"@vue/compiler-core": "npm:@vue/compiler-core-canary@3.20240513.1-minor.0",
"@vue/compiler-dom": "npm:@vue/compiler-dom-canary@3.20240513.1-minor.0",
"@vue/compiler-ssr": "npm:@vue/compiler-ssr-canary@3.20240513.1-minor.0",
"@vue/shared": "npm:@vue/shared-canary@3.20240513.1-minor.0",
"@babel/parser": "^7.24.5",
"@vue/compiler-core": "npm:@vue/compiler-core-canary@3.20240520.0",
"@vue/compiler-dom": "npm:@vue/compiler-dom-canary@3.20240520.0",
"@vue/compiler-ssr": "npm:@vue/compiler-ssr-canary@3.20240520.0",
"@vue/shared": "npm:@vue/shared-canary@3.20240520.0",
"estree-walker": "^2.0.2",

@@ -57,3 +57,3 @@ "magic-string": "^0.30.10",

"devDependencies": {
"@babel/types": "^7.24.0",
"@babel/types": "^7.24.5",
"@vue/consolidate": "^1.0.0",

@@ -67,4 +67,4 @@ "hash-sum": "^2.0.0",

"pug": "^3.0.2",
"sass": "^1.75.0"
"sass": "^1.77.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