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
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
Apache-2.0 License
1 Stars
28 Commits
2 Watchers
6 Branches
1 Contributors
Updated on Mar 27, 2023
Latest Version
1.1.4
Package Id
futoin-uuid@1.1.4
Unpacked Size
23.72 kB
Size
7.53 kB
File Count
11
NPM Version
9.6.2
Node Version
18.15.0
Published on
Mar 27, 2023
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
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
Found 0/28 approved changesets -- score normalized to 0
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
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
11 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
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