Gathering detailed insights and metrics for gud
Gathering detailed insights and metrics for gud
Gathering detailed insights and metrics for gud
Gathering detailed insights and metrics for gud
Create a 'gud nuff' (not cryptographically secure) globally unique id
npm install gud
Typescript
Module System
Node Version
NPM Version
99.5
Supply Chain
57.6
Quality
74.8
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
955,184,788
Last Day
308,242
Last Week
1,974,520
Last Month
9,345,087
Last Year
83,432,423
MIT License
21 Stars
3 Commits
4 Forks
2 Watchers
3 Branches
2 Contributors
Updated on Feb 02, 2022
Latest Version
1.0.0
Package Id
gud@1.0.0
Size
809.00 B
NPM Version
5.6.0
Node Version
8.9.4
Published on
Feb 21, 2018
Cumulative downloads
Total Downloads
Last Day
28%
308,242
Compared to previous day
Last Week
21.7%
1,974,520
Compared to previous week
Last Month
27.5%
9,345,087
Compared to previous month
Last Year
-39.9%
83,432,423
Compared to previous year
Create a 'gud nuff' (not cryptographically secure) globally unique id
yarn add gud
1const gud = require('gud'); 2 3console.log(gud()); // 1 4console.log(gud()); // 2
This is ever so slightly better than using something like _.uniqueId
because
it will work across multiple copies of the same module.
Do not use this in place of actual UUIDs, security folks will hate me.
This will not be unique across processes/workers.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 1/3 approved changesets -- score normalized to 3
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
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
49 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-14
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