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

jwt-generator

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jwt-generator - npm Package Compare versions

Comparing version

to
3.1.0

46

package.json

@@ -12,6 +12,6 @@ {

"engines": {
"node": ">=4 <9",
"npm": ">=2 <6"
"node": ">=6 <10",
"npm": ">=3 <7"
},
"version": "3.0.3",
"version": "3.1.0",
"description": "Generates 'json web token' (JWT) by using the API of the authentication server.",

@@ -34,27 +34,27 @@ "main": "dist/index.js",

"debug": "^3.1.0",
"getmac": "^1",
"getmac": "^1.4.3",
"http-as-promised": "^2.0.1",
"joi-browser": "^13.0.1",
"jsonwebtoken": ">=7 <9",
"lru-cache": "^4",
"moment": "^2.20.1"
"joi-browser": "^13.4.0",
"jsonwebtoken": "^8.3.0",
"lru-cache": "^4.1.3",
"moment": "^2.22.2"
},
"devDependencies": {
"ajv": "^5.5.2",
"ajv": "^6.5.2",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-env": "^1.7.0",
"chai": "^4.1.2",
"chance": "^1.0.13",
"coveralls": "^3.0.0",
"cross-env": "^5.1.3",
"eslint": "^4.15.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-mocha": "^4.11.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"mocha": "^4.1.0",
"nock": "^9.1.6",
"nyc": "^11.4.1",
"chance": "^1.0.16",
"coveralls": "^3.0.2",
"cross-env": "^5.2.0",
"eslint": "^5.0.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-mocha": "^5.0.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"mocha": "^5.2.0",
"nock": "^9.4.0",
"nyc": "^12.0.2",
"rimraf": "^2.6.2"

@@ -61,0 +61,0 @@ },