Socket
Socket
Sign inDemoInstall

@vitejs/plugin-vue-jsx

Package Overview
Dependencies
Maintainers
5
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vitejs/plugin-vue-jsx - npm Package Compare versions

Comparing version 3.0.0-alpha.0 to 3.0.0-beta.0

2

dist/index.d.ts

@@ -8,3 +8,3 @@ import { FilterPattern, Plugin } from 'vite';

}
declare type Options = VueJSXPluginOptions & FilterOptions & {
type Options = VueJSXPluginOptions & FilterOptions & {
babelPlugins?: any[];

@@ -11,0 +11,0 @@ };

{
"name": "@vitejs/plugin-vue-jsx",
"version": "3.0.0-alpha.0",
"version": "3.0.0-beta.0",
"license": "MIT",

@@ -30,9 +30,9 @@ "author": "Evan You",

"type": "git",
"url": "git+https://github.com/vitejs/vite.git",
"url": "git+https://github.com/vitejs/vite-plugin-vue.git",
"directory": "packages/plugin-vue-jsx"
},
"bugs": {
"url": "https://github.com/vitejs/vite/issues"
"url": "https://github.com/vitejs/vite-plugin-vue/issues"
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-vue-jsx#readme",
"homepage": "https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue-jsx#readme",
"dependencies": {

@@ -44,8 +44,8 @@ "@babel/core": "^7.20.5",

"devDependencies": {
"vite": "workspace:*"
"vite": "^4.0.0-alpha.0"
},
"peerDependencies": {
"vite": "^3.0.0",
"vite": "^4.0.0-alpha.0",
"vue": "^3.0.0"
}
}

@@ -13,4 +13,4 @@ # @vitejs/plugin-vue-jsx [![npm](https://img.shields.io/npm/v/@vitejs/plugin-vue-jsx.svg)](https://npmjs.com/package/@vitejs/plugin-vue-jsx)

// options are passed on to @vue/babel-plugin-jsx
})
]
}),
],
}

@@ -17,0 +17,0 @@ ```

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