
Research
/Security News
Bitwarden CLI Compromised in Ongoing Checkmarx Supply Chain Campaign
Bitwarden CLI 2026.4.0 was compromised in the Checkmarx supply chain campaign after attackers abused a GitHub Action in Bitwarden’s CI/CD pipeline.
gatsby-plugin-bundle-stats
Advanced tools
In-depth bundle analyzer for webpack(bundle size, assets, modules)
Demos: Bundle analysis comparison · Bundle analysis
- Bundle size and totals by file type(css, js, img, etc)
- Insights: duplicate packages, new packages
- Initial JS/CSS, Cache invalidation, and other bundle metrics
- Assets report (entrypoint, initial, types, changed, delta)
- Modules report (changed, delta, chunks, duplicate count and percentage)
- Packages report (count, duplicate, changed, delta)
:star: Side by side comparison for multiple builds
Analyze Gatsby bundle stats(bundle size, assets, modules, packages) and compare the results between different builds.
npm install --dev gatsby-plugin-bundle-stats
or
yarn add --dev gatsby-plugin-bundle-stats
See bundle-stats-webpack-plugin options.
// In your gatsby-config.js
module.exports = {
plugins: [
'gatsby-plugin-bundle-stats'
]
};
or with custom options
// In your gatsby-config.js
module.exports = {
plugins: [
{
resolve: 'gatsby-plugin-bundle-stats',
options: {
compare: true,
outDir: '../artifacts',
stats: {
context: './src'
}
}
},
]
};
bundle-statsCLI to generate bundle stats report.
bundle-stats-webpack-pluginWebpack plugin to generate bundle stats report for webpack/rspack.
next-plugin-bundle-statsNext.js plugin for bundle-stats.
rollup-plugin-bundle-statsRollup plugin to generate bundle stats report for vite/rolldown/rollup.
Standalone web application to compare Webpack/Lighthouse/Browsertime stats.
Github Action that generates bundle-stats reports.
FAQs
In-depth bundle analyzer for webpack(bundle size, assets, modules)
The npm package gatsby-plugin-bundle-stats receives a total of 4,020 weekly downloads. As such, gatsby-plugin-bundle-stats popularity was classified as popular.
We found that gatsby-plugin-bundle-stats demonstrated a healthy version release cadence and project activity because the last version was released less than 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.

Research
/Security News
Bitwarden CLI 2026.4.0 was compromised in the Checkmarx supply chain campaign after attackers abused a GitHub Action in Bitwarden’s CI/CD pipeline.

Research
/Security News
Docker and Socket have uncovered malicious Checkmarx KICS images and suspicious code extension releases in a broader supply chain compromise.

Product
Stay on top of alert changes with filtered subscriptions, batched summaries, and notification routing built for triage.