Socket
Socket
Sign inDemoInstall

@opuscapita/bouncer

Package Overview
Dependencies
479
Maintainers
24
Versions
81
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.32 to 1.0.33

4

index.js

@@ -247,5 +247,5 @@ const extend = require('extend');

else if(userData.supplierid)
results = [ `s_${userData.supplierid}` ];
result = [ `s_${userData.supplierid}` ];
else if(userData.customerid)
results = [ `c_${userData.customerid}` ];
result = [ `c_${userData.customerid}` ];
}

@@ -252,0 +252,0 @@

{
"name": "@opuscapita/bouncer",
"version": "1.0.32",
"version": "1.0.33",
"description": "API and express middleware for OpusCapita ACl service based access security.",

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

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