
Research
Shai-Hulud Descends to Hades: Miasma Worm Campaign Spreads with New PyPI Wave
Socket found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.
electron-forge-plugin-rsbuild
Advanced tools
Rsbuild plugin for Electron Forge, lets you use Rsbuild directly in your tooling
This plugin makes it easy to set up standard rsbuild tooling to compile both your main process code and your renderer process code, with built-in support for Hot Module Replacement (HMR) in the renderer process and support for multiple renderers.
// forge.config.js
module.exports = {
plugins: [
{
name: 'electron-forge-plugin-rsbuild',
config: {
// `build` can specify multiple entry builds, which can be Main process, Preload scripts, Worker process, etc.
// If you are familiar with Rebuild configuration, it will look really familiar.
build: [
{
entry: 'src/main.js',
config: 'rsbuild.main.config.mjs',
target: 'main'
},
{
entry: 'src/preload.js',
config: 'rsbuild.preload.config.mjs',
target: 'preload'
}
],
renderer: [
{
name: 'main_window',
config: 'rsbuild.renderer.config.mjs'
}
]
}
}
]
};
FAQs
Rsbuild plugin for Electron Forge, lets you use Rsbuild directly in your tooling
We found that electron-forge-plugin-rsbuild 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
Socket found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.

Security News
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.