jwt-generator
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -15,3 +15,3 @@ { | ||
}, | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "Generates 'json web token' (JWT) by using the API of the authentication server.", | ||
@@ -31,21 +31,21 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"bluebird": "^3", | ||
"bluebird": "^3.5.1", | ||
"bluebird-retry": ">=0.8 <0.12", | ||
"debug": "^3.1.0", | ||
"getmac": "^1", | ||
"http-as-promised": "^1", | ||
"http-as-promised": "^2.0.1", | ||
"joi-browser": "^13.0.1", | ||
"jsonwebtoken": ">=7 <9", | ||
"lru-cache": "^4", | ||
"moment": "^2.19.3" | ||
"moment": "^2.20.1" | ||
}, | ||
"devDependencies": { | ||
"ajv": "^5.5.0", | ||
"ajv": "^5.5.2", | ||
"babel-cli": "^6.26.0", | ||
"babel-preset-env": "^1.6.1", | ||
"chai": "^4.1.2", | ||
"chance": "^1.0.12", | ||
"chance": "^1.0.13", | ||
"coveralls": "^3.0.0", | ||
"cross-env": "^5.1.0", | ||
"eslint": "^4.12.1", | ||
"cross-env": "^5.1.3", | ||
"eslint": "^4.15.0", | ||
"eslint-config-standard": "^10.2.1", | ||
@@ -57,5 +57,5 @@ "eslint-plugin-import": "^2.8.0", | ||
"eslint-plugin-standard": "^3.0.1", | ||
"mocha": "^4.0.1", | ||
"nock": "^9.1.3", | ||
"nyc": "^11.4.0", | ||
"mocha": "^4.1.0", | ||
"nock": "^9.1.6", | ||
"nyc": "^11.4.1", | ||
"rimraf": "^2.6.2" | ||
@@ -62,0 +62,0 @@ }, |
59611
+ Addedhttp-as-promised@2.0.1(transitive)
- Removedbluebird@2.11.0(transitive)
- Removedhttp-as-promised@1.1.0(transitive)
Updatedbluebird@^3.5.1
Updatedhttp-as-promised@^2.0.1
Updatedmoment@^2.20.1