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

tasks-manager

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tasks-manager - npm Package Compare versions

Comparing version 0.2.7 to 0.2.8

2

package.json
{
"name": "tasks-manager",
"version": "0.2.7",
"version": "0.2.8",
"description": "Simple and useful tasks manager for nodejs.",

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

@@ -42,2 +42,8 @@ /* eslint-disable global-require */

});
taskBalancer.on('error', (message) => {
logger.error(
`TASK ERROR ${task.name}:${balancer} exits with code "${message}"`,
);
});
return taskBalancer;

@@ -44,0 +50,0 @@ });

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