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

@quorum/oauth2-server

Package Overview
Dependencies
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quorum/oauth2-server - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

4

lib/handlers/token-handler.js

@@ -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",

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc