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

@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 2.0.0-beta.0 to 2.0.0

10

package.json
{
"name": "@vitejs/plugin-vue-jsx",
"version": "2.0.0-beta.0",
"version": "2.0.0",
"license": "MIT",

@@ -22,3 +22,3 @@ "author": "Evan You",

"build": "unbuild && pnpm run patch-cjs",
"patch-cjs": "esno ../../scripts/patchCJS.ts",
"patch-cjs": "tsx ../../scripts/patchCJS.ts",
"prepublishOnly": "npm run build"

@@ -39,5 +39,5 @@ },

"dependencies": {
"@babel/core": "^7.18.5",
"@babel/core": "^7.18.6",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-typescript": "^7.18.4",
"@babel/plugin-transform-typescript": "^7.18.8",
"@vue/babel-plugin-jsx": "^1.1.1"

@@ -49,5 +49,5 @@ },

"peerDependencies": {
"vite": "^3.0.0-alpha",
"vite": "^3.0.0",
"vue": "^3.0.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