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 5.1.202 to 5.1.215

1

dist/src/clients/sns.d.ts

@@ -7,2 +7,3 @@ import { AwsCredentialsConfig, AwsAssumedRoleCredentialsConfig } from './aws';

endpoint?: string;
timeout?: number;
}

@@ -9,0 +10,0 @@ export declare class SNSClient {

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

endpoint: config.endpoint,
httpOptions: {
timeout: config.timeout,
},
});

@@ -26,0 +29,0 @@ const context = { context: snsClient };

2

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