Gathering detailed insights and metrics for status-build-webpack-plugin
Gathering detailed insights and metrics for status-build-webpack-plugin
Gathering detailed insights and metrics for status-build-webpack-plugin
Gathering detailed insights and metrics for status-build-webpack-plugin
This plugin provide user-friendly messages or images about build status.
npm install status-build-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
6 Commits
1 Branches
1 Contributors
Updated on Oct 13, 2018
Latest Version
0.0.2
Package Id
status-build-webpack-plugin@0.0.2
Unpacked Size
5.41 kB
Size
2.36 kB
File Count
5
NPM Version
6.0.1
Node Version
9.4.0
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
No dependencies detected.
This plugin provide user-friendly messages or images about build status.
npm install --save-dev status-build-webpack-plugin
or
npm install -D status-build-webpack-plugin
or
yarn add -D status-build-webpack-plugin
const ShowStatusBuild = require('status-build-webpack-plugin');
{
plugins = [
new ShowStatusBuild(),
];
}
If you want to see more please see examples
description: colors for output content, you can use colors from collection, please see below:
colors collection:
- black
- red
- green
- yellow
- blue
- cyan
- white
type Object
default:
colors: {
success: 'green',
failed" 'red',
}
description: show this content when build is success
type String
default:
success: 'Build Passed!'
description: show this content when build is failed
type String
default:
failed: 'Build Failed'
description: show errors number when build is failed
type Boolean
default:
showErrorsNumber: false
build status status image status webpack plugin
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/6 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
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
94 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-14
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