Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoSign in
Socket

@vitejs/plugin-react

Package Overview
Dependencies
Maintainers
4
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vitejs/plugin-react - npm Package Compare versions

Comparing version
5.1.0
to
5.1.1
+1
-1
dist/index.js

@@ -131,3 +131,3 @@ import { dirname, join } from "node:path";

},
optimizeDeps: { rollupOptions: { transform: { jsx: { runtime: "automatic" } } } }
optimizeDeps: { rolldownOptions: { transform: { jsx: { runtime: "automatic" } } } }
};

@@ -134,0 +134,0 @@ if (opts.jsxRuntime === "classic") return { esbuild: { jsx: "transform" } };

{
"name": "@vitejs/plugin-react",
"version": "5.1.0",
"version": "5.1.1",
"license": "MIT",

@@ -47,6 +47,6 @@ "author": "Evan You",

"dependencies": {
"@babel/core": "^7.28.4",
"@babel/core": "^7.28.5",
"@babel/plugin-transform-react-jsx-self": "^7.27.1",
"@babel/plugin-transform-react-jsx-source": "^7.27.1",
"@rolldown/pluginutils": "1.0.0-beta.43",
"@rolldown/pluginutils": "1.0.0-beta.47",
"@types/babel__core": "^7.20.5",

@@ -63,5 +63,5 @@ "react-refresh": "^0.18.0"

"react-dom": "^19.2.0",
"rolldown": "1.0.0-beta.44",
"tsdown": "^0.15.8"
"rolldown": "1.0.0-beta.47",
"tsdown": "^0.16.1"
}
}