Socket
Socket
Sign inDemoInstall

@vue/babel-plugin-jsx

Package Overview
Dependencies
71
Maintainers
4
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.2.1

6

package.json
{
"name": "@vue/babel-plugin-jsx",
"version": "1.2.0",
"version": "1.2.1",
"description": "Babel plugin for Vue 3 JSX",

@@ -31,4 +31,4 @@ "author": "Amour1688 <lcz_1996@foxmail.com>",

"svg-tags": "^1.0.0",
"@vue/babel-helper-vue-transform-on": "1.2.0",
"@vue/babel-plugin-resolve-type": "1.2.0-beta.0"
"@vue/babel-helper-vue-transform-on": "1.2.1",
"@vue/babel-plugin-resolve-type": "1.2.1"
},

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

@@ -78,2 +78,10 @@ # Babel Plugin JSX for Vue 3

#### resolveType
Type: `boolean`
Default: `false`
(**Experimental**) Infer component metadata from types (e.g. `props`, `emits`, `name`). This is an experimental feature and may not work in all cases.
## Syntax

@@ -80,0 +88,0 @@

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