1.2.1 • Published 9 months ago

@iamnnort/smart-id v1.2.1

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

Info

ID generator for Node.js - Unique - Smart - Short.

Installation

yarn install @iamnnort/smart-id

Usage

import { generate } from "@iamnnort/smart-id";

console.log(generate()); // AmLXmSwfJmUxoTbP
console.log(generate({ prefix: "cli" })); // cli_0Y3xbmodn37AUQkx
console.log(generate({ prefix: "cli", size: 32 })); // cli_Yhar8gzYEiU2Buf5dse3ZxBCI9Zr9VYg

Parameters

ParameterDescription
prefixGroup or entity prefix
sizeHash length
1.2.0

9 months ago

1.2.1

9 months ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.2

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago