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 1.0.12 to 1.0.13

2

dist/src/index.d.ts

@@ -35,3 +35,3 @@ /// <reference types="node" />

errorHandler?: (err: Error, taskConfig?: TaskConfig) => any;
wrapExecute?: (task: Task) => Promise<boolean>;
wrapExecute?: (task: Task, taskConfig: TaskConfig) => Promise<boolean>;
logger?: Logger;

@@ -38,0 +38,0 @@ }

@@ -130,3 +130,3 @@ "use strict";

if (this.config.wrapExecute) {
hasMoreWork = yield this.config.wrapExecute(schedule.task);
hasMoreWork = yield this.config.wrapExecute(schedule.task, schedule.config);
}

@@ -133,0 +133,0 @@ else {

{
"name": "lib-task-scheduler",
"version": "1.0.12",
"version": "1.0.13",
"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