Gathering detailed insights and metrics for version-log-webpack-plugin
Gathering detailed insights and metrics for version-log-webpack-plugin
Gathering detailed insights and metrics for version-log-webpack-plugin
Gathering detailed insights and metrics for version-log-webpack-plugin
npm install version-log-webpack-plugin
Typescript
Module System
Node Version
NPM Version
TypeScript (64.85%)
JavaScript (26.68%)
HTML (8.46%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
8 Commits
1 Watchers
1 Branches
1 Contributors
Updated on May 14, 2021
Latest Version
1.0.5
Package Id
version-log-webpack-plugin@1.0.5
Unpacked Size
5.83 kB
Size
2.11 kB
File Count
6
NPM Version
6.14.5
Node Version
14.5.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
1
To confirm whether the latest version has been updated.
1yarn add version-log-webpack-plugin --dev
1const VersionLogPlugin = require('version-log-webpack-plugin') 2// or 3// const VersionLogPlugin = require('version-log-webpack-plugin').default 4 5module.exports = { 6 // ... 7 plugins: [ 8 new VersionLogWebpackPlugin({ 9 version: `build-${Date.now()}` // anything what you want version info 10 }) 11 ] 12}
after webpack build, then look your browser console.
MIT
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
Found 0/8 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
license file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
31 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