Socket
Socket
Sign inDemoInstall

vite-plugin-dom-jsx

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-dom-jsx - npm Package Compare versions

Comparing version 0.0.1-beta.2 to 0.0.1-beta.3

4

index.d.ts

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

import { Plugin } from 'vite'
import type{ Plugin } from 'vite'
declare function createPlugin(options?: {pragma: string, include: RegExp[], importCode: string}): Plugin
declare function createPlugin(options?: {pragma?: string, include?: RegExp[], importCode?: string}): Plugin
export default createPlugin
{
"name": "vite-plugin-dom-jsx",
"version": "0.0.1-beta.2",
"version": "0.0.1-beta.3",
"description": "a vite plugin which support tsx-dom library",

@@ -13,7 +13,8 @@ "main": "index.js",

},
"devDependencies": {
"dependencies": {
"@babel/core": "^7.13.15",
"@babel/plugin-transform-react-jsx": "^7.13.12",
"@babel/plugin-transform-typescript": "^7.13.0"
"@babel/plugin-transform-typescript": "^7.13.0",
"vite": "^2.1.5"
}
}
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