@quorum/oauth2-server
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -99,3 +99,3 @@ 'use strict'; | ||
this.updateSuccessResponse(response, tokenType); | ||
//this.updateSuccessResponse(response, tokenType); | ||
}).catch(function(e) { | ||
@@ -106,3 +106,3 @@ if (!(e instanceof OAuthError)) { | ||
this.updateErrorResponse(response, e); | ||
//this.updateErrorResponse(response, e); | ||
@@ -109,0 +109,0 @@ throw e; |
{ | ||
"name": "@quorum/oauth2-server", | ||
"description": "Complete, framework-agnostic, compliant and well tested module for implementing an OAuth2 Server in node.js", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"keywords": [ | ||
@@ -10,9 +10,28 @@ "oauth", | ||
"contributors": [ | ||
{ "name": "Thom Seddon", "email": "thom@seddonmedia.co.uk" }, | ||
{ "name": "Lars F. Karlström" , "email": "lars@lfk.io" }, | ||
{ "name": "Rui Marinho", "email": "ruipmarinho@gmail.com" }, | ||
{ "name" : "Tiago Ribeiro", "email": "tiago.ribeiro@gmail.com" }, | ||
{ "name": "Michael Salinger", "email": "mjsalinger@gmail.com" }, | ||
{ "name": "Nuno Sousa" }, | ||
{ "name": "Max Truxa" } | ||
{ | ||
"name": "Thom Seddon", | ||
"email": "thom@seddonmedia.co.uk" | ||
}, | ||
{ | ||
"name": "Lars F. Karlström", | ||
"email": "lars@lfk.io" | ||
}, | ||
{ | ||
"name": "Rui Marinho", | ||
"email": "ruipmarinho@gmail.com" | ||
}, | ||
{ | ||
"name": "Tiago Ribeiro", | ||
"email": "tiago.ribeiro@gmail.com" | ||
}, | ||
{ | ||
"name": "Michael Salinger", | ||
"email": "mjsalinger@gmail.com" | ||
}, | ||
{ | ||
"name": "Nuno Sousa" | ||
}, | ||
{ | ||
"name": "Max Truxa" | ||
} | ||
], | ||
@@ -23,3 +42,3 @@ "main": "index.js", | ||
"bluebird": "3.5.0", | ||
"lodash": "4.17.4", | ||
"lodash": "4.17.11", | ||
"promisify-any": "2.0.1", | ||
@@ -26,0 +45,0 @@ "statuses": "1.3.1", |
472565
+ Addedlodash@4.17.11(transitive)
- Removedlodash@4.17.4(transitive)
Updatedlodash@4.17.11