Gathering detailed insights and metrics for uid-number-bands
Gathering detailed insights and metrics for uid-number-bands
Gathering detailed insights and metrics for uid-number-bands
Gathering detailed insights and metrics for uid-number-bands
Unique ID number generator within band ranges
npm install uid-number-bands
Typescript
Module System
Min. Node Version
NPM Version
71
Supply Chain
98.3
Quality
75.4
Maintenance
100
Vulnerability
99.6
License
Total Downloads
6,157
Last Day
2
Last Week
3
Last Month
18
Last Year
301
NOASSERTION License
36 Commits
1 Watchers
1 Branches
1 Contributors
Updated on Jul 24, 2014
Minified
Minified + Gzipped
Latest Version
0.0.9
Package Id
uid-number-bands@0.0.9
Size
4.44 kB
NPM Version
1.2.18
Cumulative downloads
Total Downloads
Last Day
0%
2
Compared to previous day
Last Week
0%
3
Compared to previous week
Last Month
-65.4%
18
Compared to previous month
Last Year
46.1%
301
Compared to previous year
No dependencies detected.
Unique identifier (ID) number generator within band ranges, by multiple generators in sequential order. Generated as a node.js module, however could be adapted for other systems.
This schema, was developed for Kurunt, the scalable message processing framework, where you have multiple inputs receiving messages for processing that each require a unique ID represented as a sequential integer in nanosecond format.
1374207372000000001
1374207372000000002
1374207372000000003
...
1var uidNumberBands = require('uid-number-bands'); 2 3var BAND = 0; 4var BANDS = 100; 5 6uidNumberBands.init(BAND, BANDS, function() { 7 8 var id = uidNumberBands.make(); 9 console.log( 'id: ' + id ); 10 11 var idNormalized = uidNumberBands.normalize(id); 12 console.log( 'idNormalized: ' + idNormalized ); 13 14}); 15
Apache 2.0
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
no SAST tool detected
Details
Reason
Found 0/30 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
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