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

cli-task

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-task - npm Package Compare versions

Comparing version 0.6.2 to 0.6.3

2

package.json
{
"name": "cli-task",
"version": "0.6.2",
"version": "0.6.3",
"repository": "https://github.com/astoilkov/cli-task",

@@ -5,0 +5,0 @@ "description": "Task runner for developers minimalists",

@@ -47,8 +47,6 @@ "use strict";

};
if (this.options.print) {
this.update();
cliCursor.hide();
this.intervalId = setInterval(() => this.update(), 60);
this.intervalId.unref();
}
this.update();
cliCursor.hide();
this.intervalId = setInterval(() => this.update(), 60);
this.intervalId.unref();
}

@@ -55,0 +53,0 @@ update() {

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