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
0
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.20240624.0 to 3.20240624.1-minor.0

7

dist/compiler-sfc.d.ts

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

/**
* (**Experimental**) Enable reactive destructure for `defineProps`
* @default false
* 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
*/
propsDestructure?: boolean;
propsDestructure?: boolean | 'error';
/**

@@ -126,0 +127,0 @@ * File system access methods to be used when resolving types

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

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

"@babel/parser": "^7.24.7",
"@vue/compiler-core": "npm:@vue/compiler-core-canary@3.20240624.0",
"@vue/compiler-dom": "npm:@vue/compiler-dom-canary@3.20240624.0",
"@vue/compiler-ssr": "npm:@vue/compiler-ssr-canary@3.20240624.0",
"@vue/shared": "npm:@vue/shared-canary@3.20240624.0",
"@vue/compiler-core": "npm:@vue/compiler-core-canary@3.20240624.1-minor.0",
"@vue/compiler-dom": "npm:@vue/compiler-dom-canary@3.20240624.1-minor.0",
"@vue/compiler-ssr": "npm:@vue/compiler-ssr-canary@3.20240624.1-minor.0",
"@vue/shared": "npm:@vue/shared-canary@3.20240624.1-minor.0",
"estree-walker": "^2.0.2",

@@ -52,0 +52,0 @@ "magic-string": "^0.30.10",

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