Socket
Socket
Sign inDemoInstall

@heroku-cli/command

Package Overview
Dependencies
Maintainers
32
Versions
93
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.4.0 to 8.4.1

3

lib/api-client.js

@@ -96,2 +96,5 @@ "use strict";

if (opts.retryAuth !== false && err.http.statusCode === 401 && err.body.id === 'unauthorized') {
if (process.env.HEROKU_API_KEY) {
throw new Error('The token provided to HEROKU_API_KEY is invalid. Please double-check that you have the correct token, or run `heroku login` without HEROKU_API_KEY set.');
}
if (!self.authPromise)

@@ -98,0 +101,0 @@ self.authPromise = self.login();

2

package.json
{
"name": "@heroku-cli/command",
"description": "base class for Heroku CLI commands",
"version": "8.4.0",
"version": "8.4.1",
"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