Gathering detailed insights and metrics for uber-licence
Gathering detailed insights and metrics for uber-licence
Gathering detailed insights and metrics for uber-licence
Gathering detailed insights and metrics for uber-licence
npm install uber-licence
Typescript
Module System
Node Version
NPM Version
64.6
Supply Chain
79.1
Quality
76.8
Maintenance
50
Vulnerability
86.9
License
JavaScript (100%)
Total Downloads
565,565
Last Day
46
Last Week
244
Last Month
1,312
Last Year
20,378
MIT License
22 Stars
78 Commits
8 Forks
2,663 Watchers
4 Branches
6,974 Contributors
Updated on Feb 16, 2025
Latest Version
3.1.1
Package Id
uber-licence@3.1.1
Size
7.82 kB
NPM Version
4.4.1
Node Version
7.7.1
Cumulative downloads
Total Downloads
Last Day
53.3%
46
Compared to previous day
Last Week
-24%
244
Compared to previous week
Last Month
-4.2%
1,312
Compared to previous month
Last Year
-31.5%
20,378
Compared to previous year
4
Utility to deal with Uber OSS licences
uber-licence
Running the uber-licence
binary adds licencing information
to every javascript file in your project.
You can run uber-licence --dry
where it does not
mutate any files and instead outputs -1.
You can use --file
and --dir
to specify your own file
and directory filters to select source files to consider.
1// package.json 2{ 3 "scripts": { 4 "check-licence": "uber-licence --dry", 5 "add-licence": "uber-licence" 6 }, 7 "devDependencies": { 8 "uber-licence": "uber/uber-licence", 9 "pre-commit": "0.0.9" 10 }, 11 "pre-commit": [ 12 "test", 13 "check-licence" 14 ], 15 "pre-commit.silent": true 16}
We recommend you add two scripts to your package and run
check-licence
in a git pre commit.
npm install uber-licence
npm test
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 3/21 approved changesets -- score normalized to 1
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
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-05-05
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