Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

uuid5

velocityzen16.7kMIT1.0.2

UUID v5 generator (SHA1 hash into 128 bits)

hash, sha1, uuid

readme

UUID v5

Creates uuid from the given string

let uuid5 = require("uuid5");
console.log(uuid5("Hello World"));

License MIT