@vitejs/plugin-react
Advanced tools
+1
-1
@@ -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(); |
+4
-4
| { | ||
| "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": { |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
46238
0.07%+ Added
- Removed