Gathering detailed insights and metrics for whodidwhat
Gathering detailed insights and metrics for whodidwhat
npm install whodidwhat
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
1,077
Last Day
1
Last Week
10
Last Month
23
Last Year
197
5 Stars
23 Commits
1 Forks
3 Watching
2 Branches
3 Contributors
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%
1
Compared to previous day
Last week
150%
10
Compared to previous week
Last month
43.8%
23
Compared to previous month
Last year
97%
197
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
project is not fuzzed
Details
Reason
security policy file not detected
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
86 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-01-27
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