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 1.0.2 to 1.0.3

4

lib/topic.js

@@ -9,2 +9,3 @@ const screen = require('./screen')

super(options)
this.commands = options.commands
this.flags = options.flags

@@ -18,6 +19,7 @@ }

listCommandsHelp ({commands, argv0}) {
listCommandsHelp ({argv0}) {
const max = require('lodash.maxby')
const S = require('string')
let commands = this.commands.filter(c => !c.hidden && c.command)
if (commands.length === 0) return

@@ -24,0 +26,0 @@ this.log(`${argv0} ${this.constructor.topic} commands: (${this.color.cmd(argv0 + ' help ' + this.constructor.topic + ':COMMAND')} for details)

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

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

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