uuid-apikey
Advanced tools
Comparing version 1.1.4 to 1.2.0
{ | ||
"name": "uuid-apikey", | ||
"version": "1.1.4", | ||
"version": "1.2.0", | ||
"description": "A Base32-Crockford encoded API Key generator, validator, and converter to turn UUIDs into human readable API Keys", | ||
@@ -10,2 +10,5 @@ "main": "index.js", | ||
}, | ||
"bin": { | ||
"apiKeyTool": "./bin/apiKeyTool.js" | ||
}, | ||
"repository": { | ||
@@ -27,3 +30,3 @@ "type": "git", | ||
"devDependencies": { | ||
"eslint": "^4.1.1", | ||
"eslint": "^4.2.0", | ||
"gulp": "^3.9.1", | ||
@@ -36,2 +39,4 @@ "gulp-eslint": "^4.0.0", | ||
"dependencies": { | ||
"colors": "^1.1.2", | ||
"commander": "^2.11.0", | ||
"encode32": "^1.1.0", | ||
@@ -38,0 +43,0 @@ "uuid": "^3.1.0" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15021
10
238
4
+ Addedcolors@^1.1.2
+ Addedcommander@^2.11.0
+ Addedcolors@1.4.0(transitive)
+ Addedcommander@2.20.3(transitive)