2.0.1 • Published 4 years ago

yyid v2.0.1

Weekly downloads
122
License
MIT
Repository
github
Last release
4 years ago

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.

2.0.1

4 years ago

2.0.0

4 years ago

1.0.0

8 years ago

0.1.0

10 years ago