New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

notification-processor

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

notification-processor - npm Package Compare versions

Comparing version

to
0.3.1

2

lib/sources/queue.source.js

@@ -26,3 +26,3 @@ (function() {

user_id = arg.message.user_id;
return _.includes(IgnoredUsers, user_id.toString());
return _.includes(IgnoredUsers, user_id != null ? user_id.toString() : void 0);
}

@@ -29,0 +29,0 @@ };

@@ -26,3 +26,3 @@ (function() {

CompanyId = arg.message.CompanyId;
return _.includes(IgnoredUsers, CompanyId.toString());
return _.includes(IgnoredUsers, CompanyId != null ? CompanyId.toString() : void 0);
}

@@ -29,0 +29,0 @@ };

{
"name": "notification-processor",
"version": "0.3.0",
"version": "0.3.1",
"description": "notification-processor",

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