Gathering detailed insights and metrics for uuid-d64
Gathering detailed insights and metrics for uuid-d64
Gathering detailed insights and metrics for uuid-d64
Gathering detailed insights and metrics for uuid-d64
npm install uuid-d64
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
23 Commits
1 Watching
4 Branches
1 Contributors
Updated on 18 Feb 2022
Minified
Minified + Gzipped
JavaScript (74.4%)
TypeScript (25.6%)
Cumulative downloads
Total Downloads
Last day
-6.3%
135
Compared to previous day
Last week
53.7%
767
Compared to previous week
Last month
39.8%
2,570
Compared to previous month
Last year
77.5%
26,532
Compared to previous year
1
7
Compression codec for uuid to d64 (22 bytes)
$ npm install uuid-d64
1const { encode, decode } = require('uuid-d64'); 2 3const id = uuid(); 4const encoded = encode(id); 5const decoded = decode(encoded); 6 7console.log(id); 8console.log(encoded); 9console.log(decoded);
Encodes uuid to d64
Decodes d64 to uuid
Type: String
$ node bench.js
check x 235,406 ops/sec ±1.00% (88 runs sampled)
uuid-d64 x 690,540 ops/sec ±0.81% (96 runs sampled)
uuid-base64 x 395,159 ops/sec ±0.91% (91 runs sampled)
slugid x 322,243 ops/sec ±20.00% (93 runs sampled)
Fastest encoder is uuid-d64
check x 444,387 ops/sec ±1.11% (88 runs sampled)
uuid-d64 x 1,244,674 ops/sec ±1.58% (86 runs sampled)
uuid-base64 x 1,221,695 ops/sec ±1.68% (83 runs sampled)
slugid x 1,006,900 ops/sec ±0.45% (91 runs sampled)
Fastest decoder is uuid-d64,uuid-base64
Source files are distributed under the Apache Version 2.0 license found in the LICENSE file.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
7 existing vulnerabilities detected
Details
Reason
Found 0/20 approved changesets -- score normalized to 0
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
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