Socket
Socket
Sign inDemoInstall

express-gateway-plugin-oauth

Package Overview
Dependencies
59
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.1.5 to 4.1.6

2

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

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

@@ -10,3 +10,3 @@ const validateAuthorizationRole = (authorizedRoles, userDetails) => {

if (userDetails.authorities.filter(e => authorizedRoles.includes(e.authority)).size > 0) {
if (userDetails.authorities.filter(e => authorizedRoles.includes(e.authority)).length > 0) {
return resolve();

@@ -13,0 +13,0 @@ } else {

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc