Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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 3.2.2 to 3.2.3

2

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

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

@@ -14,2 +14,8 @@ require('dotenv');

let headers = actionParams.extra_headers || {};
headers.Authorization = token;
headers.addAll(extraHarders);
let requestTemplate = {

@@ -20,3 +26,3 @@ url: `http://${process.env['eg.plugin.authentication.' + auth_env

method: "GET",
headers: {"Authorization": token},
headers: headers,
resolveWithFullResponse: true

@@ -23,0 +29,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