easy-uid

2.0.2 • Public • Published

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

Package Sidebar

Install

npm i easy-uid

Weekly Downloads

25

Version

2.0.2

License

ISC

Unpacked Size

5.2 kB

Total Files

5

Last publish

Collaborators

  • mjancarik