Gathering detailed insights and metrics for whodidwhat
Gathering detailed insights and metrics for whodidwhat
Gathering detailed insights and metrics for whodidwhat
Gathering detailed insights and metrics for whodidwhat
A tiny script to reformat, filter, and transform the output of name-your-contributors.
npm install whodidwhat
Typescript
Module System
Node Version
NPM Version
70.7
Supply Chain
86.9
Quality
77.3
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
5 Stars
23 Commits
1 Forks
2 Watchers
2 Branches
3 Contributors
Updated on May 23, 2019
Latest Version
1.1.0
Package Id
whodidwhat@1.1.0
Unpacked Size
14.50 kB
Size
5.65 kB
File Count
10
NPM Version
6.5.0
Node Version
10.11.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
3
A tiny script to reformat, filter, and transform the output of name-your-contributors
.
1$ npm install -g whodidwhat
Or you can clone it locally:
1$ git clone https://github.com/mntnr/whodidwhat
Pipe JSON output into this script and it spits out transformed JSON to
stdout. use -u, --user
to pick out just a single user.
From the project root run:
1$ name-your-contributors -u mntnr -r name-your-contributors | whodidwhat 2 3$ name-your-contributors -u mntnr -r name-your-contributors | whodidwhat -u tgetgood
Or you can save the output from nyc and pipe it through separately:
1$ name-your-contributors -u mntnr -r name-your-contributors > nyc.json 2$ cat nyc.json | whodidwhat > who.json
With the --md
option, whodidwhat will output the list of contributors as a markdown list ready to be pasted into your README or contributors file.
Think of it as the who without the what.
1$ name-your-contributors -u mntnr -r name-your-contributors -b 2018 | whodidwhat --md
Will output
1- [@RichardLitt](https://github.com/RichardLitt) 2- [@tgetgood](https://github.com/tgetgood) 3- [@jywarren](https://github.com/jywarren) 4- [@gr2m](https://github.com/gr2m) 5- [@diasdavid](https://github.com/diasdavid) 6- [@kentcdodds](https://github.com/kentcdodds) 7- [@greenkeeper](undefined) 8- [@dignifiedquire](https://github.com/dignifiedquire) 9- [@jozefizso](https://github.com/jozefizso) 10- [@jbenet](https://github.com/jbenet) 11
That's all for now.
MIT
No vulnerabilities found.
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 1/22 approved changesets -- score normalized to 0
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
Reason
89 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