lib-task-scheduler
Advanced tools
Comparing version 5.2.262 to 5.2.277
@@ -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 @@ }); |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
173894
2546
1