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.7.1 to 0.7.2

2

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

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

@@ -34,5 +34,5 @@ #!/usr/bin/env node

function isTask(obj) {
return obj && typeof obj.exec == 'function' && typeof obj.add == 'function' &&
return obj && typeof obj.add == 'function' &&
typeof obj.withOptions == 'function' && Array.isArray(obj.steps);
}
//# sourceMappingURL=cli.js.map
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