Socket
Socket
Sign inDemoInstall

@vue/compiler-sfc

Package Overview
Dependencies
13
Maintainers
2
Versions
248
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.4.25 to 3.5.0-alpha.1

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",
"version": "3.4.25",
"version": "3.5.0-alpha.1",
"description": "@vue/compiler-sfc",

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

"source-map-js": "^1.2.0",
"@vue/compiler-core": "3.4.25",
"@vue/compiler-ssr": "3.4.25",
"@vue/compiler-dom": "3.4.25",
"@vue/shared": "3.4.25"
"@vue/compiler-dom": "3.5.0-alpha.1",
"@vue/compiler-core": "3.5.0-alpha.1",
"@vue/shared": "3.5.0-alpha.1",
"@vue/compiler-ssr": "3.5.0-alpha.1"
},

@@ -56,0 +56,0 @@ "devDependencies": {

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc