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

lib-task-scheduler

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lib-task-scheduler - npm Package Compare versions

Comparing version 2.0.51 to 2.0.53

4

dist/src/sns_sqs_consumer_task.js

@@ -25,5 +25,5 @@ "use strict";

catch (error) {
this.log.error(`Unable to handle message: ${message}`, error);
this.log.error(`Unable to handle message: ${JSON.stringify(sqsMessage)}`, error);
yield this.backoff(sqsMessage);
throw (error);
throw error;
}

@@ -30,0 +30,0 @@ yield this.getSqsClient().deleteMessage(sqsMessage.ReceiptHandle);

{
"name": "lib-task-scheduler",
"version": "2.0.51",
"version": "2.0.53",
"description": "A lightweight, modular task scheduler.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/convoyinc/lib-task-scheduler",

Sorry, the diff of this file is not supported yet

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