Socket
Socket
Sign inDemoInstall

heroku-cli-util

Package Overview
Dependencies
Maintainers
2
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

heroku-cli-util - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

2

lib/command.js

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

let logPath = context.herokuDir ? context.herokuDir+'/error.log' : null;
let handleErr = cli.errorHandler({logPath: logPath});
let handleErr = cli.errorHandler({logPath: logPath, debug: context.debug});
let run = function () {

@@ -44,0 +44,0 @@ return co.wrap(fn)(context, heroku(context))

@@ -69,2 +69,5 @@ 'use strict';

log(err.stack, options.logPath);
if (options.debug) {
console.error(err.stack);
}
}

@@ -71,0 +74,0 @@ if (err.body) {

{
"name": "heroku-cli-util",
"version": "4.0.1",
"version": "4.0.2",
"description": "Set of helpful CLI utilities",

@@ -30,5 +30,5 @@ "main": "index.js",

"co": "^4.5.4",
"heroku-client": "^1.10.3",
"heroku-client": "^1.10.4",
"ini": "^1.3.3"
}
}
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