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.0

1

index.js

@@ -38,2 +38,3 @@ 'use strict';

KeyGenerator.BASE62 = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz';
KeyGenerator.BASE71 = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz!'()*-._~";

@@ -40,0 +41,0 @@ KeyGenerator.prototype.generateKey = function() {

2

package.json
{
"name": "uuid-key-generator",
"version": "0.2.0",
"version": "0.3.0",
"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-key-generator",

@@ -69,2 +69,7 @@ # UUID Key Generator

### KeyGenerator.BASE71 : `String`
`0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz!'()*-._~`
(all ASCII characters that are not escaped by `encodeURIComponent()`)
---

@@ -71,0 +76,0 @@