Socket
Socket
Sign inDemoInstall

heroku-cli-util

Package Overview
Dependencies
Maintainers
2
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

heroku-cli-util - npm Package Compare versions

Comparing version 5.2.0 to 5.2.1

6

lib/command.js

@@ -15,6 +15,10 @@ 'use strict';

host: host,
headers: {},
rejectUnauthorized: !host.endsWith('herokudev.com')
};
if (process.env.HEROKU_HEADERS) {
opts.headers = cli.extend(opts.headers, JSON.parse(process.env.HEROKU_HEADERS));
}
if (context.secondFactor) {
opts.headers = {'Heroku-Two-Factor-Code': context.secondFactor};
opts.headers = cli.extend(opts.headers, {'Heroku-Two-Factor-Code': context.secondFactor});
}

@@ -21,0 +25,0 @@ return new Heroku(opts);

2

package.json
{
"name": "heroku-cli-util",
"version": "5.2.0",
"version": "5.2.1",
"description": "Set of helpful CLI utilities",

@@ -5,0 +5,0 @@ "main": "index.js",

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