Socket
Socket
Sign inDemoInstall

heroku-cli-util

Package Overview
Dependencies
22
Maintainers
31
Versions
155
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.1.13 to 6.1.14

2

lib/command.js

@@ -27,3 +27,3 @@ 'use strict'

// default preauth to always happen unless explicitly disabled
if (options.preauth === false) {
if (options.preauth === false || !body.app) {
twoFactorPrompt(options, preauths, context)

@@ -30,0 +30,0 @@ .then(function (secondFactor) {

{
"name": "heroku-cli-util",
"description": "Set of helpful CLI utilities",
"version": "6.1.13",
"version": "6.1.14",
"author": "Jeff Dickey (@dickeyxxx)",

@@ -6,0 +6,0 @@ "bugs": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc