micro-uuid

1.0.1 • Public • Published

micro-uuid

A lightweight, fast, and secure UUID generator leveraging Node.js crypto module for generating v4 UUIDs.

Table of Contents

Installation

Install the package using npm:

npm install micro-uuid

Usage

To generate a v4 UUID using the "micro-uuid" package, simply import the generateUUID function and call it:

const { generateUUID } = require('micro-uuid');

const uuid = generateUUID();

console.log(uuid);

Performance

"micro-uuid" is designed to be lightweight and efficient, making it a great choice for generating UUIDs in performance-critical applications. By leveraging Node.js' built-in crypto module, "micro-uuid" ensures that the generated UUIDs are not only fast but also secure.

Contributing

We welcome contributions to the "micro-uuid" package. If you have ideas for improvements or bug fixes, please feel free to open an issue or submit a pull request on the project's GitHub repository.

License

MIT

Package Sidebar

Install

npm i micro-uuid

Weekly Downloads

4

Version

1.0.1

License

MIT

Unpacked Size

3.68 kB

Total Files

5

Last publish

Collaborators

  • levindixon