Gathering detailed insights and metrics for release-version-webpack-plugin
Gathering detailed insights and metrics for release-version-webpack-plugin
Gathering detailed insights and metrics for release-version-webpack-plugin
Gathering detailed insights and metrics for release-version-webpack-plugin
Automatic log commit hash and version from package.json.
npm install release-version-webpack-plugin
Typescript
Module System
Node Version
NPM Version
TypeScript (85.32%)
JavaScript (12.29%)
Shell (2.39%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
2 Stars
34 Commits
1 Forks
2 Watchers
1 Branches
1 Contributors
Updated on Jan 27, 2021
Latest Version
0.0.5
Package Id
release-version-webpack-plugin@0.0.5
Unpacked Size
8.46 kB
Size
3.32 kB
File Count
5
NPM Version
6.14.5
Node Version
12.10.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
2
25
A webpack plugin for automatic log current release commit hash and version from package.json.
1# use npm 2npm i release-version-webpack-plugin 3 4# use yarn 5yarn add release-version-webpack-plugin
1import ReleaseVersionWebpackPlugin from 'release-version-webpack-plugin' 2 3config.plugins.push(new ReleaseVersionWebpackPlugin())
By default, ReleaseVersionWebpackPlugin will inject a script to your entry html like this:
1<script> 2console.log("env: PRODUCT", "dfae3d@2020-12-28 18:02:43") 3<script>
the default format is env: ${NODE_ENV} ${latest commit hash}@${latest build time}
.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/25 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
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
54 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