notification-processor
Advanced tools
Comparing version 1.0.0 to 1.1.0
(function() { | ||
var __; | ||
__ = require("lodash/fp"); | ||
module.exports = { | ||
@@ -13,3 +9,4 @@ Builder: require("./processor.builder"), | ||
Processors: { | ||
RequestProcessor: require("./processors/request.processor") | ||
RequestProcessor: require("./processors/request.processor"), | ||
JobProcessor: require("./processors/job") | ||
} | ||
@@ -16,0 +13,0 @@ }; |
{ | ||
"name": "notification-processor", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "notification-processor", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 4 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
35499
27
895
19