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

heroku-cli-command

Package Overview
Dependencies
Maintainers
1
Versions
15
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 0.1.4 to 0.1.5

2

lib/command.js

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

get debugging () {
if (this.flags.debug) return this.flags.debug
if (this.flags && this.flags.debug) return this.flags.debug
if (['true', '1'].indexOf((process.env.HEROKU_DEBUG || '').toLowerCase()) !== -1) return 1

@@ -37,0 +37,0 @@ return 0

{
"name": "heroku-cli-command",
"description": "base Heroku CLI command",
"version": "0.1.4",
"version": "0.1.5",
"author": "Jeff Dickey @dickeyxxx",

@@ -13,3 +13,3 @@ "bugs": "https://github.com/heroku/heroku-cli-command/issues",

"heroku-client": "3.0.1",
"http-call": "1.0.4",
"http-call": "1.0.7",
"lodash.maxby": "4.6.0",

@@ -16,0 +16,0 @@ "netrc": "0.1.4",

Sorry, the diff of this file is not supported yet

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