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.0.143 to 5.1.153

1

dist/src/clients/sns.d.ts

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

region: string;
endpoint?: string;
}

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

@@ -23,2 +23,3 @@ "use strict";

region: this.config.region,
endpoint: config.endpoint,
});

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

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

region: string;
endpoint?: string;
}

@@ -18,0 +19,0 @@ export declare type SQSMessage = AWS.SQS.Message;

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

region: this.config.region,
endpoint: config.endpoint,
});

@@ -26,0 +27,0 @@ const context = { context: this.sqsClient };

11

package.json
{
"name": "lib-task-scheduler",
"version": "5.0.143",
"version": "5.1.153",
"description": "A lightweight, modular task scheduler.",

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

"dependencies": {
"aws-sdk": ">= 2.7.14",
"bluebird": "^3.0.0",
"lodash": ">= 4.4.0",
"aws-sdk": "^2.451.0",
"bluebird": "^3.0.35",
"lodash": ">= 4.16.4",
"moment-timezone": "*"

@@ -47,8 +47,5 @@ },

"@types/sinon-chai": "2.7.27",
"aws-sdk": "2.7.14",
"bluebird": "3.4.6",
"chai": "3.5.0",
"chai-as-promised": "6.0.0",
"chai-subset": "1.2.2",
"lodash": "4.16.4",
"mocha": "2.5.3",

@@ -55,0 +52,0 @@ "mocha-circleci-reporter": "0.0.1",

Sorry, the diff of this file is not supported yet

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