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
4
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-alpha.1 to 2.0.0-beta.0

3

dist/index.d.ts

@@ -1,4 +0,3 @@

import { Plugin } from 'vite';
import { FilterPattern, Plugin } from 'vite';
import { VueJSXPluginOptions } from '@vue/babel-plugin-jsx';
import { FilterPattern } from '@rollup/pluginutils';

@@ -5,0 +4,0 @@ interface FilterOptions {

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

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

"build": "unbuild && pnpm run patch-cjs",
"patch-cjs": "ts-node ../../scripts/patchCJS.ts",
"patch-cjs": "esno ../../scripts/patchCJS.ts",
"prepublishOnly": "npm run build"
},
"engines": {
"node": ">=14.6.0"
"node": ">=14.18.0"
},

@@ -39,6 +39,5 @@ "repository": {

"dependencies": {
"@babel/core": "^7.17.10",
"@babel/core": "^7.18.5",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-typescript": "^7.16.8",
"@rollup/pluginutils": "^4.2.1",
"@babel/plugin-transform-typescript": "^7.18.4",
"@vue/babel-plugin-jsx": "^1.1.1"

@@ -45,0 +44,0 @@ },

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

See [@vue/babel-plugin-jsx](https://github.com/vuejs/jsx-next).
### include
Type: `(string | RegExp)[] | string | RegExp | null`
Default: `/\.[jt]sx$/`
A [picomatch pattern](https://github.com/micromatch/picomatch), or array of patterns, which specifies the files the plugin should operate on.
### exclude
Type: `(string | RegExp)[] | string | RegExp | null`
Default: `undefined`
A [picomatch pattern](https://github.com/micromatch/picomatch), or array of patterns, which specifies the files to be ignored by the plugin.
> See [@vue/babel-plugin-jsx](https://github.com/vuejs/jsx-next) for other options.
## HMR Detection

@@ -24,0 +40,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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