🚨 Latest Research:Tanstack npm Packages Compromised in Ongoing Mini Shai-Hulud Supply-Chain Attack.Learn More
Socket
Book a DemoSign in
Socket

@trigo/atrix-acl

Package Overview
Dependencies
Maintainers
3
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trigo/atrix-acl - npm Package Compare versions

Comparing version
3.7.1
to
3.7.2
+1
-1
lib/hapi-acl-plugin/handlers/filter-payload.js

@@ -7,3 +7,3 @@ 'use strict';

module.exports = atrixACL => (req, next) => {
if ((typeof req.payload) !== 'object') {
if (req.payload === null || (typeof req.payload) !== 'object') {
return next.continue();

@@ -10,0 +10,0 @@ }

{
"name": "@trigo/atrix-acl",
"version": "3.7.1",
"version": "3.7.2",
"engines": {

@@ -5,0 +5,0 @@ "node": ">=7.6.0"