
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-hash-cache
Advanced tools
An experimental incremental build plugin for Webpack.
Incremental builds increase the speed of the development workflow by avoiding rebuilding unchanged entries. However, in large projects, the caching process can be expensive. HashCachePlugin uses Rust for resource-intensive caching, which accelerates the caching process.
Built with napi-rs!
yarn add -D webpack-hash-cache
npm install --save-dev webpack-hash-cache
import { HashCachePlugin } from 'webpack-hash-cache';
Add instance to the plugins array in webpack config:
plugins: [
new HashCachePlugin()
]
Currently, you must specify a cache directory, either as an environment variable (CACHE_DIR), or as an option passed to plugin constructor.
FAQs
An experimental incremental build plugin for Webpack.
The npm package webpack-hash-cache receives a total of 32 weekly downloads. As such, webpack-hash-cache popularity was classified as not popular.
We found that webpack-hash-cache 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.

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.