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

@heroku-cli/command

Package Overview
Dependencies
Maintainers
30
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.2.2 to 8.2.3

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [8.2.3](https://github.com/heroku/heroku-cli-command/compare/v8.2.2...v8.2.3) (2018-11-26)
### Bug Fixes
* always show warning ([b5a5db0](https://github.com/heroku/heroku-cli-command/commit/b5a5db0))
## [8.2.2](https://github.com/heroku/heroku-cli-command/compare/v8.2.1...v8.2.2) (2018-11-15)

@@ -2,0 +9,0 @@

3

lib/login.js

@@ -133,5 +133,4 @@ "use strict";

};
const browserTimeout = setTimeout(showUrl, 2000);
cli_ux_1.default.warn(`If browser does not open, visit ${color_1.default.greenBright(url)}`);
const cp = await opn(url, { app: browser, wait: false });
clearTimeout(browserTimeout);
cp.on('error', err => {

@@ -138,0 +137,0 @@ cli_ux_1.default.warn(err);

{
"name": "@heroku-cli/command",
"description": "base class for Heroku CLI commands",
"version": "8.2.2",
"version": "8.2.3",
"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