New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@thi.ng/uuid

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/uuid

Fast binary & string-based UUID v4 generation

latest
Source
npmnpm
Version
1.1.49
Version published
Maintainers
1
Created
Source

@thi.ng/uuid

npm version npm downloads Mastodon Follow

[!NOTE] This is one of 214 standalone projects, maintained as part of the @thi.ng/umbrella monorepo and anti-framework.

🚀 Please help me to work full-time on these projects by sponsoring me on GitHub. Thank you! ❤️

About

Fast binary & string-based UUID v4 generation.

This package contains functionality which was previously part of and has been extracted from the @thi.ng/random package.

Status

STABLE - used in production

Search or submit any issues for this package

Installation

yarn add @thi.ng/uuid

ESM import:

import * as uuid from "@thi.ng/uuid";

Browser ESM import:

<script type="module" src="https://esm.run/@thi.ng/uuid"></script>

JSDelivr documentation

For Node.js REPL:

const uuid = await import("@thi.ng/uuid");

Package sizes (brotli'd, pre-treeshake): ESM: 194 bytes

Dependencies

API

Generated API docs

TODO

Authors

If this project contributes to an academic publication, please cite it as:

@misc{thing-uuid,
  title = "@thi.ng/uuid",
  author = "Karsten Schmidt",
  note = "https://thi.ng/uuid",
  year = 2020
}

License

© 2020 - 2026 Karsten Schmidt // Apache License 2.0

Keywords

binary

FAQs

Package last updated on 19 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts