@vitejs/plugin-react
Advanced tools
+1
-1
@@ -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" } }; |
+5
-5
| { | ||
| "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" | ||
| } | ||
| } |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
45078
0+ Added
- Removed
Updated