2.0.2 • Published 2 years ago

easy-uid v2.0.2

Weekly downloads
5
License
ISC
Repository
github
Last release
2 years ago

easy-uid

Build Status Coverage Status NPM package version code style: prettier

Easy uid is the smallest (70 bytes) random URL-friendly uid generator based on Math.random for browser and node without external dependencies. It is useful for generating uid where is no need horizontal scaling and cryptographically security. For example: React Components key, element ids, etc.

Installation

npm i easy-uid --save

Usage

import uid from 'easy-uid';

uid(); //1cdcjhb913ov1a
2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.2

4 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.1

6 years ago