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

@coya/task-manager

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coya/task-manager - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

3

js/TaskManager.js

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

}
set timeInterval(timeInterval) {
this._timeInterval = timeInterval;
}
get maxFailuresInARow() {

@@ -29,0 +32,0 @@ return this._maxFailuresInARow;

2

package.json
{
"name": "@coya/task-manager",
"version": "0.1.6",
"version": "0.1.7",
"description": "Scheduler for run tasks successively or simultaneously",

@@ -5,0 +5,0 @@ "main": "js/TaskManager.js",

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