
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
webpack-spawn-plugin
Advanced tools
A webpack plugin that runs child_process.spawn within compilation
A webpack plugin that runs child_process.spawn within compilation.
$ npm install --save-dev webpack-spawn-plugin
import SpawnPlugin from 'webpack-spawn-plugin'
const config = {
...
plugins: [
new SpawnPlugin('node', ['.'], options)
]
}
when(default: "done")
The Webpack compiler hook during which the process will be spawned.
stdio(default: "inherit")
The output stream to which stdout and stderr will be sent.
persistent(default: false)
Indicates whether the spawned process should be replaced every time the hook is called.
Note: You can pass more options to process.spawn in the options objects.
MIT © Diego Haz
FAQs
A webpack plugin that runs child_process.spawn within compilation
The npm package webpack-spawn-plugin receives a total of 1,349 weekly downloads. As such, webpack-spawn-plugin popularity was classified as popular.
We found that webpack-spawn-plugin 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.