New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@rspack-debug/cli

Package Overview
Dependencies
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rspack-debug/cli

CLI for rspack

latest
Source
npmnpm
Version
2.0.0-rc.0
Version published
Maintainers
2
Created
Source
Rspack Banner

@rspack/cli

Command-line interface for rspack.

Installation

pnpm add -D @rspack/cli
# or
npm install -D @rspack/cli
# or
yarn add -D @rspack/cli

Required dependencies

The rspack dev and rspack preview commands require @rspack/dev-server to be installed as a peer dependency:

pnpm add -D @rspack/dev-server
# or
npm install -D @rspack/dev-server
# or
yarn add -D @rspack/dev-server

If you try to use these commands without installing @rspack/dev-server, you will see a helpful error message with installation instructions.

Wasm test

See @rspack/test-tools for details.

Documentation

See https://rspack.rs for details.

License

Rspack is MIT licensed.

FAQs

Package last updated on 31 Mar 2026

Did you know?

Socket

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.

Install

Related posts