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

@heroku-cli/command

Package Overview
Dependencies
Maintainers
37
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.1 to 8.3.2

4

lib/api-client.js

@@ -48,3 +48,5 @@ "use strict";

const opts = {
host: apiUrl.host,
host: apiUrl.hostname,
port: apiUrl.port,
protocol: apiUrl.protocol,
headers: Object.assign({ accept: 'application/vnd.heroku+json; version=3', 'user-agent': `heroku-cli/${self.config.version} ${self.config.platform}` }, envHeaders),

@@ -51,0 +53,0 @@ };

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

debug(`opening browser to ${url}`);
process.stderr.write(`Opening browser to ${url}\n`);
process.stderr.write(`Opening browser to:\n${url}\n`);
process.stderr.write(color_1.default.gray('If the browser fails to open or you’re authenticating on a ' +

@@ -267,0 +267,0 @@ 'remote machine, please manually open the URL above in your ' +

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