Socket
Socket
Sign inDemoInstall

heroku-cli-util

Package Overview
Dependencies
22
Maintainers
4
Versions
155
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.1.16 to 6.1.17

4

lib/command.js

@@ -164,6 +164,6 @@ 'use strict'

cli.error(err.body.message || 'Unauthorized')
relogin().then(run).catch(handleErr)
return relogin().then(run).catch(handleErr)
} else if (err && err.body && err.body.id === 'sudo_reason_required') {
cli.warn(err.body.message)
reasonPrompt(context).then(run).catch(handleErr)
return reasonPrompt(context).then(run).catch(handleErr)
} else throw err

@@ -170,0 +170,0 @@ }).catch(handleErr)

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

@@ -50,2 +50,6 @@ "bugs": {

},
"files": [
"lib",
"index.js"
],
"homepage": "https://github.com/heroku/heroku-cli-util",

@@ -52,0 +56,0 @@ "license": "ISC",

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