Socket
Socket
Sign inDemoInstall

heroku-cli-util

Package Overview
Dependencies
4
Maintainers
2
Versions
155
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.10.3 to 1.10.4

5

command.js
'use strict';
let co = require('co');
let Heroku = require('heroku-client');
let errors = require('./errors');

@@ -8,5 +9,5 @@ function handleErr(err) {

if (err.body.message) {
console.error("\n ! " + err.body.message);
errors.error(err.body.message);
} else if (err.body.error) {
console.error("\n ! " + err.body.error);
errors.error(err.body.error);
}

@@ -13,0 +14,0 @@ } else {

2

package.json
{
"name": "heroku-cli-util",
"version": "1.10.3",
"version": "1.10.4",
"description": "Set of helpful CLI utilities",

@@ -5,0 +5,0 @@ "main": "cli.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc