Gathering detailed insights and metrics for stats-webpack-plugin
Gathering detailed insights and metrics for stats-webpack-plugin
Gathering detailed insights and metrics for stats-webpack-plugin
Gathering detailed insights and metrics for stats-webpack-plugin
webpack-stats-plugin
Webpack stats plugin
bundle-stats-webpack-plugin
In-depth bundle analyzer for webpack(bundle size, assets, modules, packages)
@bundle-stats/plugin-webpack-filter
BundleStats webpack filter plugin
@bundle-stats/plugin-webpack-validate
BundleStats webpack validate plugin
npm install stats-webpack-plugin
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
164 Stars
66 Commits
25 Forks
2 Watchers
5 Branches
10 Contributors
Updated on Jul 10, 2024
Latest Version
0.7.0
Package Id
stats-webpack-plugin@0.7.0
Size
2.38 kB
NPM Version
6.1.0
Node Version
8.11.2
Published on
Aug 28, 2018
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
1
1
Writes the stats of a build to a file.
1$ npm install --save-dev stats-webpack-plugin
1var StatsPlugin = require('stats-webpack-plugin'); 2 3module.exports = { 4 plugins: [ 5 new StatsPlugin('stats.json', { 6 chunkModules: true, 7 exclude: [/node_modules[\\\/]react/] 8 }) 9 ] 10};
Give webpack the --profile
flag or set profile: true
in webpack.config
to get detailed timing measurements.
See Webpack Profiling for more detail.
1new StatsPlugin(path: string, [options])
path
: The path of the result file, relative to your output folder.options
: Options passed to stats.toJsongit clone git://github.com/unindented/stats-webpack-plugin.git
Copyright (c) 2014 Daniel Perez Alvarez (unindented.org). This is free software, and may be redistributed under the terms specified in the LICENSE file.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 7/26 approved changesets -- score normalized to 2
Reason
project is archived
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
69 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More