
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@rsbuild/webpack
Advanced tools
This package can be used to switch Rsbuild's bundler from Rspack to webpack.
This package can be used to switch Rsbuild's bundler from Rspack to webpack.
Note that this package is mainly used for compatibility with Modern.js and Rsbuild internal testing. We do not recommend you to use this package in a Rsbuild project. The API of the current package may change over iterations.
import { defineConfig } from '@rsbuild/core';
import { webpackProvider } from '@rsbuild/webpack';
import { pluginSwc } from '@rsbuild/plugin-webpack-swc';
export default defineConfig({
provider: webpackProvider,
plugins: [
// @rsbuild/webpack has no built-in transformer and minimizer,
// so you need to register the @rsbuild/plugin-webpack-swc.
pluginSwc(),
],
});
Note that some Rsbuild plugins cannot be used with the webpack provider.
See Documentation.
MIT.
FAQs
This package can be used to switch Rsbuild's bundler from Rspack to webpack.
The npm package @rsbuild/webpack receives a total of 12,265 weekly downloads. As such, @rsbuild/webpack popularity was classified as popular.
We found that @rsbuild/webpack demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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 uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.