Gathering detailed insights and metrics for @ofhouse/keep-a-changelog
Gathering detailed insights and metrics for @ofhouse/keep-a-changelog
npm install @ofhouse/keep-a-changelog
Typescript
Module System
Min. Node Version
Node Version
NPM Version
39.6
Supply Chain
62
Quality
68.6
Maintenance
25
Vulnerability
96.1
License
JavaScript (100%)
Total Downloads
1,714
Last Day
2
Last Week
3
Last Month
15
Last Year
302
28 Stars
63 Commits
15 Forks
6 Watching
2 Branches
13 Contributors
Minified
Minified + Gzipped
Latest Version
2.3.0-no-increment-fix
Package Id
@ofhouse/keep-a-changelog@2.3.0-no-increment-fix
Unpacked Size
19.37 kB
Size
4.39 kB
File Count
5
NPM Version
8.1.2
Node Version
16.13.1
Cumulative downloads
Total Downloads
Last day
0%
2
Compared to previous day
Last week
50%
3
Compared to previous week
Last month
400%
15
Compared to previous month
Last year
35.4%
302
Compared to previous year
This release-it plugin maintains your CHANGELOG.md file according to the Keep A Changelog standards.
The idea and initial implementation comes from @eMarek.
npm install --save-dev @release-it/keep-a-changelog
In release-it config:
1"plugins": { 2 "@release-it/keep-a-changelog": { 3 "filename": "CHANGELOG.md" 4 } 5}
option | default value | description |
---|---|---|
filename | 'CHANGELOG.md' | File with changelogs. |
strictLatest | true | Entry of latest version must be present in order to get correct changelog. Set this option to false if you expect latest version without logs. |
addUnreleased | false | It leaves "Unreleased" title row if set to true . |
keepUnreleased | false | It leaves "Unreleased" title row unchanged if set to true . |
addVersionUrl | false | Links the version to the according changeset. |
head | 'HEAD' | The git revision the new version tag is compared to in the Unreleased URL. |
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
6 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5
Reason
Found 8/30 approved changesets -- score normalized to 2
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
detected GitHub workflow tokens with excessive permissions
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
Score
Last Scanned on 2025-01-20
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