Socket
Socket
Sign inDemoInstall

uuid-apikey

Package Overview
Dependencies
4
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.6 to 1.5.0

.github/workflows/build-develop.yml

3

index.js
// index.js
// Dependencies
const base32 = require('encode32'), uuidv4 = require('uuid/v4');
const base32 = require('encode32');
const uuidv4 = require('uuid').v4;

@@ -6,0 +7,0 @@ // APIKeys are a Base32-Crockford encoded representation of UUIDs

{
"name": "uuid-apikey",
"version": "1.4.6",
"version": "1.5.0",
"description": "A Base32-Crockford encoded API Key generator, validator, and converter to turn UUIDs into human readable API Keys",
"main": "index.js",
"types": "index.d.ts",
"scripts": {

@@ -38,17 +39,17 @@ "test": "nyc mocha",

"codacy-coverage": "^3.4.0",
"eslint": "^6.5.1",
"eslint": "^7.11.0",
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
"gulp-mocha": "^7.0.2",
"gulp-prettier": "^2.2.0",
"mocha": "^6.2.2",
"nyc": "^14.1.1",
"prettier": "^1.18.2"
"gulp-prettier": "^3.0.0",
"mocha": "^8.1.3",
"nyc": "^15.1.0",
"prettier": "^2.1.2"
},
"dependencies": {
"colors": "^1.4.0",
"commander": "^3.0.2",
"commander": "^6.1.0",
"encode32": "^1.1.0",
"uuid": "^3.3.3"
"uuid": "^8.3.1"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc