@heroku-cli/command
Advanced tools
Comparing version 8.3.1 to 8.3.2
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
58245
1203