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.2.0 to 1.3.0-beta.0

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# [1.3.0-beta.0](https://github.com/vitejs/vite/compare/plugin-vue-jsx@1.2.0...plugin-vue-jsx@1.3.0-beta.0) (2021-10-28)
# [1.2.0](https://github.com/vitejs/vite/compare/plugin-vue-jsx@1.1.8...plugin-vue-jsx@1.2.0) (2021-09-29)

@@ -2,0 +6,0 @@

3

index.js

@@ -83,3 +83,4 @@ // @ts-check

transform(code, id, ssr) {
transform(code, id, opt) {
const ssr = typeof opt === 'boolean' ? opt : (opt && opt.ssr) === true
const {

@@ -86,0 +87,0 @@ include,

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

@@ -33,5 +33,5 @@ "author": "Evan You",

"@rollup/pluginutils": "^4.1.1",
"@vue/babel-plugin-jsx": "^1.0.7",
"@vue/babel-plugin-jsx": "^1.1.0",
"hash-sum": "^2.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