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
3
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 1.1.2 to 1.1.3

9

CHANGELOG.md

@@ -0,1 +1,10 @@

## [1.1.3](https://github.com/vitejs/vite/compare/plugin-vue-jsx@1.1.2...plugin-vue-jsx@1.1.3) (2021-03-31)
### Bug Fixes
* ignore babelrc ([#2766](https://github.com/vitejs/vite/issues/2766)) ([23c4114](https://github.com/vitejs/vite/commit/23c41149ddf74261f7615d22e59b39a017b79509)), closes [#2722](https://github.com/vitejs/vite/issues/2722)
## [1.1.2](https://github.com/vitejs/vite/compare/plugin-vue-jsx@1.1.1...plugin-vue-jsx@1.1.2) (2021-02-24)

@@ -2,0 +11,0 @@

1

index.js

@@ -85,2 +85,3 @@ // @ts-check

const result = babel.transformSync(code, {
babelrc: false,
ast: true,

@@ -87,0 +88,0 @@ plugins,

5

package.json
{
"name": "@vitejs/plugin-vue-jsx",
"version": "1.1.2",
"version": "1.1.3",
"license": "MIT",

@@ -21,3 +21,4 @@ "author": "Evan You",

"type": "git",
"url": "git+https://github.com/vitejs/vite.git"
"url": "git+https://github.com/vitejs/vite.git",
"directory": "packages/plugin-vue-jsx"
},

@@ -24,0 +25,0 @@ "bugs": {

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