🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

uuid-int

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uuid-int

uuid-int for nodejs

3.1.0
latest
Version published
Weekly downloads
6.6K
1.74%
Maintainers
1
Weekly downloads
 
Created

NPM version David deps Known Vulnerabilities npm download

uuid-int

inspired by snowflake.
uuid-int for nodejs .

中文

Quick Start

Install

npm install --save uuid-int

Use

const UUID = require('uuid-int');

// number  0 <= id <=511
const id = 0;

const generator = UUID(id);

const uuid = generator.uuid();
console.log(uuid); // 3270411116609537

FAQs

Package last updated on 12 Jun 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts