Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

historical-deadletter-processor

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

historical-deadletter-processor - npm Package Compare versions

Comparing version 0.2.0 to 1.0.0

21

lib/historical.deadletter.processor.js

@@ -71,9 +71,16 @@ (function() {

HistoricalDeadletterProcessor.prototype._doProcess = function(arg) {
var notification;
notification = arg.notification;
this.logger.info("Processing", {
notification: notification
});
return highland(this.processor(notification));
HistoricalDeadletterProcessor.prototype._doProcess = function(row) {
return highland((function(_this) {
return function(push, next) {
var __done;
__done = function(err) {
push(err, null);
return push(null, highland.nil);
};
return _this.processor({
done: __done,
log: _this.logger
}, row);
};
})(this));
};

@@ -80,0 +87,0 @@

{
"name": "historical-deadletter-processor",
"version": "0.2.0",
"version": "1.0.0",
"description": "historical-deadletter-processor",

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc