Skip to main content

@std/uuid@0.215.0

latest
Works with
It is unknown whether this package works with Node.js, Deno, Browsers, Cloudflare Workers, Bun
It is unknown whether this package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Bun
JSR Score70%
Published2 years ago (0.215.0)

Generators and validators for UUIDs for versions v1, v3, v4 and v5.

Use crypto.randomUUID for v4 generating v4 UUIDs.

Based on https://github.com/kelektiv/node-uuid -> https://www.ietf.org/rfc/rfc4122.txt

Support for RFC4122 version 1, 3, 4, and 5 UUIDs

This module is browser compatible.

Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@std/uuid

Import symbol

import * as uuid from "@std/uuid";
or

Import directly with a jsr specifier

import * as uuid from "jsr:@std/uuid";