0.0.22 • Published 1 year ago

uuid-lite v0.0.22

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

UUID Lite

A lightweight utility for generating and formatting random Version 4 UUIDs without dashes, providing a simple and clean unique identifier.

Table of Contents

Features

  • Generates Version 4 UUIDs.
  • Removes dashes for a more compact ID format.
  • Lightweight and easy to integrate.

Installation

Install the package via npm:

npm install uuid-lite

Usage

Basic Usage

To generate a UUID, import the package and call the generateId() function:

const { generateId } = require('uuid-lite');

// Generate a standard UUID
const uuid = generateId();
console.log(uuid);  // Example output: '550e8400e29b41d4a716446655440000'

License

This project is licensed under the MIT License.

Authors

0.0.22

1 year ago

0.0.21

1 year ago

0.0.20

1 year ago

0.0.19

1 year ago

0.0.18

1 year ago

0.0.17

1 year ago

0.0.16

1 year ago

0.0.15

1 year ago

0.0.14

1 year ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

1.0.0

4 years ago