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

lib-task-scheduler

Package Overview
Dependencies
Maintainers
4
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 5.2.262 to 5.2.277

1

dist/src/clients/sqs.d.ts

@@ -18,2 +18,3 @@ import * as AWS from 'aws-sdk';

timeout?: number;
connectTimeout?: number;
}

@@ -20,0 +21,0 @@ export declare type SQSMessage = AWS.SQS.Message;

@@ -28,3 +28,12 @@ "use strict";

httpOptions: {
/**
* Sets the socket to timeout after timeout milliseconds of inactivity on the socket.
* Defaults to two minutes (120000).
*/
timeout: this.config.timeout,
/**
* Sets the socket to timeout after failing to establish a connection with the server after
* connectTimeout milliseconds. This timeout has no effect once a socket connection has been established.
*/
connectTimeout: this.config.connectTimeout,
},

@@ -31,0 +40,0 @@ });

2

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