short-uuid
Advanced tools
Changelog
[2.3.0] - 2017-05-14
Changelog
[2.2.0] - 2016-11-30
Changelog
[2.1.2] - 2016-11-30
node-uuid
to uuid
, per the authoruuid/v4
for a smaller footprintChangelog
[2.1.1] - 2016-11-13
Changelog
[2.1.0] - 2016-11-06
grunt-mkdir
to support build processgrunt-browserify
to support build processgrunt-contrib-uglify
to support build processChangelog
[2.0.0] - 2016-06-19
node-uuid
so we can generate our own UUIDs..new()
to the translator object to generate a translated v4 UUID..alphabet
to the translator object so you can inspect the alphabet..uuid()
for v4 UUID generation on the export and on each translator, for convenience..b58
library so we don't waste resources..toHex()
and .fromHex()
from the translators. Use any-base
directly if needed.Changelog
1.0.0 - 2016-06-10
.new()
to create a translator..constants
for useful alphabetsflickrBase58
is meant to reduce human transcription errorscookieBase90
provides the characters supported by cookies for the smallest cookie-safe UUIDs.fromUUID()
and .toUUID()
from the translators..toHex()
and .fromHex()
from the translators..b58