Gathering detailed insights and metrics for @pkgstats/npm-user
Gathering detailed insights and metrics for @pkgstats/npm-user
npm install @pkgstats/npm-user
Typescript
Module System
Min. Node Version
Node Version
NPM Version
63.2
Supply Chain
75.4
Quality
71.7
Maintenance
50
Vulnerability
95.4
License
JavaScript (81.68%)
TypeScript (18.32%)
Total Downloads
699
Last Day
1
Last Week
2
Last Month
13
Last Year
84
57 Stars
54 Commits
13 Forks
8 Watching
1 Branches
13 Contributors
Minified
Minified + Gzipped
Latest Version
4.1.1
Package Id
@pkgstats/npm-user@4.1.1
Unpacked Size
5.33 kB
Size
2.51 kB
File Count
5
NPM Version
6.11.3
Node Version
12.8.0
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
-50%
2
Compared to previous week
Last month
550%
13
Compared to previous month
Last year
-34.9%
84
Compared to previous year
Get user info of an npm user
Since npm has no API for this we're forced to scrape the profile page.
Use the faster npm-email package if you only need the email.
$ npm install npm-user
1const npmUser = require('npm-user'); 2 3(async () => { 4 console.log(await npmUser('sindresorhus')); 5 /* 6 { 7 name: 'Sindre Sorhus', 8 avatar: 'https://gravatar.com/avatar/d36a92237c75c5337c17b60d90686bf9?size=496', 9 email: 'sindresorhus@gmail.com', 10 github: 'sindresorhus', 11 twitter: 'sindresorhus' 12 } 13 */ 14})();
Values will be null
if they're not set in the npm profile.
MIT © Sindre Sorhus
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
Found 12/30 approved changesets -- score normalized to 4
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
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-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