Gathering detailed insights and metrics for @xerox/commitlint-config
Gathering detailed insights and metrics for @xerox/commitlint-config
Gathering detailed insights and metrics for @xerox/commitlint-config
Gathering detailed insights and metrics for @xerox/commitlint-config
npm install @xerox/commitlint-config
Typescript
Module System
Node Version
NPM Version
@xerox/stylelint-config@3.0.7
Updated on Nov 10, 2023
@xerox/semantic-release-config@4.0.7
Updated on Nov 10, 2023
@xerox/prettier-config@4.0.4
Updated on Nov 10, 2023
@xerox/eslint-config@5.0.7
Updated on Nov 10, 2023
@xerox/cli@2.0.7
Updated on Nov 10, 2023
@xerox/browserslist-config@2.0.5
Updated on Nov 10, 2023
JavaScript (96.59%)
TypeScript (3.41%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
6 Stars
2,344 Commits
5 Watchers
35 Branches
7 Contributors
Updated on Jan 13, 2024
Latest Version
3.1.3
Package Id
@xerox/commitlint-config@3.1.3
Unpacked Size
20.44 kB
Size
3.99 kB
File Count
5
NPM Version
lerna/5.1.8/node@v14.20.0+x64 (linux)
Node Version
14.20.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
2
1
commitlint shareable config for Xerox projects
devDependency
:1yarn add @xerox/commitlint-config @commitlint/cli husky --dev 2# or 3npm install @xerox/commitlint-config @commitlint/cli husky --save-dev
1// package.json 2{ 3 // ... 4 "commitlint": { 5 "extends": [ 6 "@xerox/commitlint-config" 7 ] 8 }, 9 // ... 10}
.huskyrc.js
file in your project root with the following contents:1module.exports = require('@xerox/commitlint-config/.huskyrc.json'); 2
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
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/3 approved changesets -- score normalized to 0
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
22 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-30
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