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.3 to 8.2.4

7

CHANGELOG.md

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

## [8.2.4](https://github.com/heroku/heroku-cli-command/compare/v8.2.3...v8.2.4) (2018-12-03)
### Bug Fixes
* use SSO when HEROKU_LEGACY_SSO is set ([ae031d9](https://github.com/heroku/heroku-cli-command/commit/ae031d9))
## [8.2.3](https://github.com/heroku/heroku-cli-command/compare/v8.2.2...v8.2.3) (2018-11-26)

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

2

lib/login.js

@@ -41,3 +41,3 @@ "use strict";

await cli_ux_1.default.anykey(`heroku: Press any key to open up the browser to login or ${color_1.default.yellow('q')} to exit`);
input = 'browser';
input = process.env.HEROKU_LEGACY_SSO === '1' ? 'sso' : 'browser';
}

@@ -44,0 +44,0 @@ }

{
"name": "@heroku-cli/command",
"description": "base class for Heroku CLI commands",
"version": "8.2.3",
"version": "8.2.4",
"author": "Jeff Dickey @jdxcode",

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

"@heroku-cli/tslint": "^1.1.4",
"@oclif/command": "^1.5.4",
"@oclif/command": "^1.5.6",
"@oclif/config": "^1.9.0",

@@ -30,6 +30,6 @@ "@oclif/tslint": "^3.1.1",

"@types/nock": "^9.3.0",
"@types/node": "^10.12.5",
"@types/node": "^10.12.12",
"@types/opn": "^5.1.0",
"@types/proxyquire": "^1.3.28",
"@types/sinon": "^5.0.5",
"@types/sinon": "^5.0.7",
"@types/supports-color": "^5.3.0",

@@ -39,9 +39,9 @@ "chai": "^4.2.0",

"mocha": "^5.2.0",
"nock": "^10.0.2",
"nock": "^10.0.3",
"proxyquire": "^2.1.0",
"sinon": "^7.1.1",
"testdouble": "^3.8.2",
"testdouble": "^3.9.1",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"typescript": "^3.1.6"
"typescript": "^3.2.1"
},

@@ -48,0 +48,0 @@ "engines": {

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