uuid-key-generator
Advanced tools
Comparing version
{ | ||
"name": "uuid-key-generator", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Generates random keys with custom size and base-encoding using the RFC4122 v4 UUID algorithm", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/nwoltman/uuid-token-generator/tree/key-generator", |
# UUID Key Generator | ||
### This module has been deprecated in favour of [`uuid-token-generator`](https://www.npmjs.com/package/uuid-token-generator) | ||
#### This module has been deprecated in favour of [`uuid-token-generator`](https://www.npmjs.com/package/uuid-token-generator). Please note that there are [breaking changes](https://github.com/nwoltman/uuid-token-generator/releases/tag/v0.4.0) when upgrading to `uuid-token-generator`. | ||
--- | ||
Provides a class that generates random keys with custom size and base-encoding using the [RFC4122](http://www.ietf.org/rfc/rfc4122.txt) v4 UUID algorithm. Generated keys are strings that are guaranteed to always be the same length, depending on the [bit-size](#new-keygeneratorbitsize-baseencoding--object) specified for the key. | ||
@@ -6,0 +8,0 @@ |
7818
2.16%100
2.04%