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 4.0.101 to 4.0.103

5

dist/src/clients/sqs.js

@@ -188,2 +188,7 @@ "use strict";

catch (error) {
this.log.warn(`Error deleting message
code: ${JSON.stringify(error.code)},
cause: ${JSON.stringify(error.cause)},
statusCode: ${JSON.stringify(error.statusCode)}
`);
if (error.statusCode === 400) {

@@ -190,0 +195,0 @@ this.log.warn(`Failed to delete message (got status 400)`, error);

2

package.json
{
"name": "lib-task-scheduler",
"version": "4.0.101",
"version": "4.0.103",
"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