Socket
Socket
Sign inDemoInstall

express-gateway-plugin-oauth

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-gateway-plugin-oauth - npm Package Compare versions

Comparing version 4.1.0 to 4.1.1

2

package.json
{
"name": "express-gateway-plugin-oauth",
"version": "4.1.0",
"version": "4.1.1",
"description": "Plugin para solicitar autorização do serviço de autenticação remoto.",

@@ -5,0 +5,0 @@ "main": "manifest.js",

@@ -19,2 +19,6 @@ require('dotenv');

let authorizedRoles = actionParams.authorizedRoles;
debug('authorizedRoles : %j', authorizedRoles);
let token = req.headers.authorization;

@@ -21,0 +25,0 @@

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