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

@heroku-cli/command

Package Overview
Dependencies
Maintainers
21
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@heroku-cli/command - npm Package Compare versions

Comparing version 8.1.6 to 8.1.7

8

CHANGELOG.md

@@ -0,1 +1,9 @@

<a name="8.1.7"></a>
## [8.1.7](https://github.com/heroku/heroku-cli-command/compare/v8.1.6...v8.1.7) (2018-05-08)
### Bug Fixes
* prettify errors ([6192ae5](https://github.com/heroku/heroku-cli-command/commit/6192ae5))
<a name="8.1.6"></a>

@@ -2,0 +10,0 @@ ## [8.1.6](https://github.com/heroku/heroku-cli-command/compare/v8.1.5...v8.1.6) (2018-05-08)

4

lib/login.js

@@ -9,2 +9,3 @@ "use strict";

const os_1 = require("os");
const api_client_1 = require("./api_client");
const vars_1 = require("./vars");

@@ -71,2 +72,5 @@ const debug = require('debug')('heroku-cli-command');

}
catch (err) {
throw new api_client_1.HerokuAPIError(err);
}
finally {

@@ -73,0 +77,0 @@ loggedIn = true;

2

package.json
{
"name": "@heroku-cli/command",
"description": "base class for Heroku CLI commands",
"version": "8.1.6",
"version": "8.1.7",
"author": "Jeff Dickey @jdxcode",

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

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