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
npm install gud
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
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
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
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-06-30
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