
Research
Malicious Go “crypto” Module Steals Passwords and Deploys Rekoobe Backdoor
An impersonated golang.org/x/crypto clone exfiltrates passwords, executes a remote shell stager, and delivers a Rekoobe backdoor on Linux.
vite-plugin-swc-react-refresh
Advanced tools
Use the versatility of swc for development and the maturity of esbuild for production
Use the versatility of swc for development and the maturity of esbuild for production.
import Reactnpm i -D vite-plugin-swc-react-refresh
import { defineConfig } from "vite";
import swcReactRefresh from "vite-plugin-swc-react-refresh";
export default defineConfig({
plugins: [swcReactRefresh()],
esbuild: { jsxInject: `import React from "react"` },
});
This plugin is only used in development, and esbuild (which doesn't support the automatic JSX runtime) will be used by Vite for bundling. However, you can omit the default React import with the esbuild.jsxInject Vite option.
For React refresh to work, your file should only export React components. The best explanation I've read is the one from the Gatsby docs.
However, having some components being hot updated and not others is a very frustrating experience as a developer, and I think this rule should be enforced by a linter, so I made an eslint rule to go along with this plugin.
This plugin expects this rule to be respected and will always fast refresh components. If a file export something that is not a React component (TS types are ok), update to this export would not propagate and require a manual reload.
FAQs
Use the versatility of SWC for development and the maturity of esbuild for production
The npm package vite-plugin-swc-react-refresh receives a total of 519 weekly downloads. As such, vite-plugin-swc-react-refresh popularity was classified as not popular.
We found that vite-plugin-swc-react-refresh demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
An impersonated golang.org/x/crypto clone exfiltrates passwords, executes a remote shell stager, and delivers a Rekoobe backdoor on Linux.

Security News
npm rolls out a package release cooldown and scalable trusted publishing updates as ecosystem adoption of install safeguards grows.

Security News
AI agents are writing more code than ever, and that's creating new supply chain risks. Feross joins the Risky Business Podcast to break down what that means for open source security.