You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
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.3
to
5.1.4
+1
-1
dist/index.js

@@ -359,3 +359,3 @@ import { readFileSync } from "node:fs";

function canSkipBabel(plugins, babelOptions) {
return !(plugins.length || babelOptions.presets.length || babelOptions.configFile || babelOptions.babelrc);
return !(plugins.length || babelOptions.presets.length || babelOptions.overrides.length || babelOptions.configFile || babelOptions.babelrc);
}

@@ -362,0 +362,0 @@ const loadedPlugin = /* @__PURE__ */ new Map();

{
"name": "@vitejs/plugin-react",
"version": "5.1.3",
"version": "5.1.4",
"description": "The default Vite plugin for React projects",

@@ -47,3 +47,3 @@ "keywords": [

"@babel/plugin-transform-react-jsx-source": "^7.27.1",
"@rolldown/pluginutils": "1.0.0-rc.2",
"@rolldown/pluginutils": "1.0.0-rc.3",
"@types/babel__core": "^7.20.5",

@@ -57,4 +57,4 @@ "react-refresh": "^0.18.0"

"react-dom": "^19.2.4",
"rolldown": "1.0.0-rc.2",
"tsdown": "^0.20.1"
"rolldown": "1.0.0-rc.3",
"tsdown": "^0.20.3"
},

@@ -61,0 +61,0 @@ "peerDependencies": {