Gathering detailed insights and metrics for futoin-uuid
Gathering detailed insights and metrics for futoin-uuid
Gathering detailed insights and metrics for futoin-uuid
Gathering detailed insights and metrics for futoin-uuid
npm install futoin-uuid
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
1 Stars
28 Commits
3 Watching
6 Branches
1 Contributors
Updated on 27 Mar 2023
JavaScript (100%)
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
-50%
6
Compared to previous week
Last month
38.9%
50
Compared to previous month
Last year
-16%
494
Compared to previous year
1
A primitive wrapper of uuid package for UUID v4 generation with Base64 encoding.
The reason is to get a universal and short UUID representation in printable characters which can be efficiently used in JSON and databases without special UUID type.
It produces only 22 characters instead of canonical 36 hexdecimal chars with separators.
Documentation --> FutoIn Guide
Author: Andrey Galkin
Command line:
1$ npm install futoin-uuid --save
or:
1$ yarn add futoin-uuid --save
1const UUIDTool = require('futoin-uuid'); 2 3UUIDTool.genBin(); // -> Buffer(16) 4UUIDTool.genB64(); // -> String(22)
Common tool for UUID generation and use in transactions
Kind: global class
Buffer
Generate UUID v4
Kind: static method of UUIDTool
Returns: Buffer
- buffer of 16 items
string
Generate UUID v4 encoded in Base64 without padding
Kind: static method of UUIDTool
Returns: string
- 22 characters
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
8 existing vulnerabilities detected
Details
Reason
no SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/28 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
Score
Last Scanned on 2024-11-25
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