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

cli-engine-command

Package Overview
Dependencies
Maintainers
4
Versions
159
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-engine-command - npm Package Compare versions

Comparing version 4.1.1 to 4.1.2

2

lib/output/action.js

@@ -14,3 +14,3 @@ 'use strict';

start(action, status) {
const task = this.task = { action, status, active: false };
const task = this.task = { action, status, active: this.task && this.task.active };
this._start();

@@ -17,0 +17,0 @@ task.active = true;

@@ -253,2 +253,3 @@ 'use strict';

err = this.color.stripColor(_util2.default.inspect(err));
this.fs.mkdirpSync(_path2.default.dirname(this.errlog));
this.fs.appendFileSync(this.errlog, `${err}\n`);

@@ -255,0 +256,0 @@ } catch (err) {

{
"name": "cli-engine-command",
"description": "base CLI command for cli-engine",
"version": "4.1.1",
"version": "4.1.2",
"author": "Jeff Dickey @dickeyxxx",

@@ -6,0 +6,0 @@ "bugs": "https://github.com/heroku/cli-engine-command/issues",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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