New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.0.6 to 8.0.7

8

CHANGELOG.md

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

<a name="8.0.7"></a>
## [8.0.7](https://github.com/heroku/heroku-cli-command/compare/v8.0.6...v8.0.7) (2018-05-02)
### Bug Fixes
* skip rewriting auth header ([#32](https://github.com/heroku/heroku-cli-command/issues/32)) ([f74245f](https://github.com/heroku/heroku-cli-command/commit/f74245f))
<a name="8.0.6"></a>

@@ -2,0 +10,0 @@ ## [8.0.6](https://github.com/heroku/heroku-cli-command/compare/v8.0.5...v8.0.6) (2018-05-01)

2

lib/api_client.js

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

};
if (auth)
if (auth && !opts.headers.authorization)
opts.headers.authorization = `Bearer ${auth}`;

@@ -49,0 +49,0 @@ this.http = class APIHTTPClient extends deps_1.default.HTTP.HTTP.create(opts) {

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