uuid-key-generator
Advanced tools
Comparing version
@@ -38,2 +38,3 @@ 'use strict'; | ||
KeyGenerator.BASE62 = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz'; | ||
KeyGenerator.BASE71 = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz!'()*-._~"; | ||
@@ -40,0 +41,0 @@ KeyGenerator.prototype.generateKey = function() { |
{ | ||
"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 @@ |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
8240
3.49%73
1.39%102
5.15%0
-100%