New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

uuid-key-generator

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uuid-key-generator - npm Package Compare versions

Comparing version

to
0.3.2

2

package.json
{
"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 @@