Skip to content

yyid() generates a random uuid* in the browser, uses the crypto api when available

License

Notifications You must be signed in to change notification settings

janlelis/yyid.js

Repository files navigation

YYID for JavaScript (Browser) [travis]

  • Generates a UUID#4-like random string, but in contrast to RFC 4122, omits the static bits
  • Format: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx (128bit randomness)
  • Uses a cryptographically solid source of randomness, if possible: crypto.getRandomValues
  • See yyid-node for a server-side (node.js) version

Install

npm

$ npm install yyid

yarn

$ yarn add yyid

script file

Copy yyid.js from https://raw.githubusercontent.com/janlelis/yyid.js/master/yyid.js

Usage

import yyid from "yyid"
yyid(); // => 'ee1c3727-d589-729b-4ad9-a37f77173730'

Other Versions

YYID is available for more languages, such as Ruby, Elixir, and Rust.

About

yyid() generates a random uuid* in the browser, uses the crypto api when available

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published