1.0.3 • Published 2 years ago

randids v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago