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 2.5.0 to 2.5.1

11

lib/retry.historical.processor.js

@@ -5,2 +5,4 @@ "use strict";

var _get = function get(object, property, receiver) { if (object === null) object = Function.prototype; var desc = Object.getOwnPropertyDescriptor(object, property); if (desc === undefined) { var parent = Object.getPrototypeOf(object); if (parent === null) { return undefined; } else { return get(parent, property, receiver); } } else if ("value" in desc) { return desc.value; } else { var getter = desc.get; if (getter === undefined) { return undefined; } return getter.call(receiver); } };
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }

@@ -43,2 +45,3 @@

_this._doProcess = _this._doProcess.bind(_this);
_this._queryOptions_ = _this._queryOptions_.bind(_this);
_this.processor = opts.processor;

@@ -106,2 +109,10 @@ _this.app = opts.app;

}
}, {
key: "_queryOptions_",
value: function _queryOptions_(page) {
boundMethodCheck(this, RetryHistoricalProcessor);
return _.merge(_get(RetryHistoricalProcessor.prototype.__proto__ || Object.getPrototypeOf(RetryHistoricalProcessor.prototype), "_queryOptions_", this).call(this, page), {
select: "id,notification,resource"
});
}
}]);

@@ -108,0 +119,0 @@

2

package.json
{
"name": "historical-deadletter-processor",
"version": "2.5.0",
"version": "2.5.1",
"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