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

unplugin-jsx-string

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unplugin-jsx-string - npm Package Compare versions

Comparing version 0.5.3-0 to 0.5.4

7

dist/vite.d.ts

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

import { VitePlugin } from 'unplugin';
import * as vite from 'vite';
import { Options } from './core/options.js';
import '@babel/parser';
import '@rollup/pluginutils';
declare const _default: VitePlugin;
declare const _default: (options?: Options | undefined) => vite.Plugin;
export { _default as default };
{
"name": "unplugin-jsx-string",
"version": "0.5.3-0",
"packageManager": "pnpm@7.1.9",
"version": "0.5.4",
"packageManager": "pnpm@7.5.1",
"description": "Converts JSX to HTML strings at compile time.",

@@ -70,4 +70,4 @@ "keywords": [

"dependencies": {
"@babel/parser": "^7.18.6",
"@babel/types": "^7.18.7",
"@babel/parser": "^7.18.8",
"@babel/types": "^7.18.8",
"@rollup/pluginutils": "^4.2.1",

@@ -78,10 +78,10 @@ "entities": "^4.3.1",

"magic-string": "^0.26.2",
"unplugin": "^0.7.1"
"unplugin": "^0.7.2"
},
"devDependencies": {
"@sxzz/eslint-config": "^2.2.2",
"@sxzz/eslint-config": "^2.3.1",
"@types/benchmark": "^2.1.1",
"@types/jsesc": "^3.0.1",
"@types/node": "*",
"@types/react": "^18.0.14",
"@types/react": "^18.0.15",
"benchmark": "^2.1.4",

@@ -94,6 +94,6 @@ "bumpp": "^8.2.1",

"tsup": "^6.1.3",
"tsx": "^3.7.1",
"tsx": "^3.8.0",
"typescript": "^4.7.4",
"vite": "^3.0.0-beta.6",
"vitest": "^0.17.0"
"vite": "^3.0.0",
"vitest": "^0.18.0"
},

@@ -109,5 +109,5 @@ "engines": {

"test": "vitest",
"release": "bumpp --commit --push --tag && pnpm publish",
"release": "bumpp && pnpm publish",
"benchmark": "node benchmark/index.mjs"
}
}
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