
Security News
OpenClaw Skill Marketplace Emerges as Active Malware Vector
Security researchers report widespread abuse of OpenClaw skills to deliver info-stealing malware, exposing a new supply chain risk as agent ecosystems scale.
@webpack-cli/init
Advanced tools
This package contains the logic to create a new webpack configuration.
npm i -D webpack-cli @webpack-cli/init
To run the package programmatically, install it as a dependency. When using the package programmatically, one does not have to install webpack-cli.
const init = require('@webpack-cli/init').default;
// this will run the default init instance
init();
// we're slicing node.process, ...myPackages is a webpack-scaffold name/path
init([null, null, ...myPackages]);
webpack-cli)Via defaults
npx webpack-cli init
To generate default configs
npx webpack-cli init --auto
To force config generation
npx webpack-cli init --force
Via custom scaffold
npmnpx webpack-cli init webpack-scaffold-[name]
npx webpack-cli init [path]
FAQs
init command for webpack-cli
The npm package @webpack-cli/init receives a total of 2,985 weekly downloads. As such, @webpack-cli/init popularity was classified as popular.
We found that @webpack-cli/init demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.

Security News
Security researchers report widespread abuse of OpenClaw skills to deliver info-stealing malware, exposing a new supply chain risk as agent ecosystems scale.

Security News
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.

Research
/Security News
Malicious dYdX client packages were published to npm and PyPI after a maintainer compromise, enabling wallet credential theft and remote code execution.