1.0.3 • Published 10 months ago

randids v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

randids

This package generates unique and cryptographically secure IDS according to your desired length!

Features

  1. All characters are base64url characters.
  2. IDS are url friendly.
  3. Cryptographically secure and unique!
  4. Generate ids according to any length you wish!

Instalation:

npm i randids

Example Usage

const randomid = require("randids");

const length = 15 //default 11

randomid.genId(length)
1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago