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

@heroku-cli/command

Package Overview
Dependencies
Maintainers
38
Versions
94
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.3.0 to 8.3.1

12

CHANGELOG.md

@@ -0,1 +1,13 @@

## [8.3.1](https://github.com/heroku/heroku-cli-command/compare/v8.3.0...v8.3.1) (2020-08-14)
### Bug Fixes
* show URL for legacy SSO flow ([b32d733](https://github.com/heroku/heroku-cli-command/commit/b32d733))
## [8.3.0](https://github.com/heroku/heroku-cli-command/compare/v8.2.5...v8.3.0) (2020-02-03)
### Features
* Override error message for login device_trust_required ([f5ad3bd](https://github.com/heroku/heroku-cli-command/commit/f5ad3bd)
## [8.2.5](https://github.com/heroku/heroku-cli-command/compare/v8.2.4...v8.2.5) (2018-12-03)

@@ -2,0 +14,0 @@

5

lib/login.js

@@ -262,5 +262,8 @@ "use strict";

}
cli_ux_1.default.action.start('Opening browser for login');
// TODO: handle browser
debug(`opening browser to ${url}`);
process.stderr.write(`Opening browser to ${url}\n`);
process.stderr.write(color_1.default.gray('If the browser fails to open or you’re authenticating on a ' +
'remote machine, please manually open the URL above in your ' +
'browser.\n'));
await open(url, { wait: false });

@@ -267,0 +270,0 @@ const password = await cli_ux_1.default.prompt('Access token', { type: 'mask' });

2

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