New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.5.5 to 0.5.6

3

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

@@ -14,2 +14,3 @@ "description": "Task runner for developers minimalists",

"r": "src/cli.js",
"rn": "src/cli.js",
"cli-task": "src/cli.js"

@@ -16,0 +17,0 @@ },

@@ -14,2 +14,3 @@ # cli-task

const execa = require('execa');
const chalk = require('chalk');
const task = require('cli-task');

@@ -46,3 +47,3 @@ const jetpack = require('fs-jetpack');

return jetpack.inspectTreeAsync(tmpPath).then(tree => {
console.log(chalk.white(prettyBytes(tree.size)));
console.log(chalk.white(prettyBytes(tree.size)));
});

@@ -100,2 +101,2 @@ }

Animate the output to the terminal
Animate the output to the terminal
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