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

@heroku-cli/command

Package Overview
Dependencies
Maintainers
25
Versions
97
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 8.1.25 to 8.1.26

lib/completions.d.ts

8

CHANGELOG.md

@@ -0,1 +1,9 @@

<a name="8.1.26"></a>
## [8.1.26](https://github.com/heroku/heroku-cli-command/compare/v8.1.25...v8.1.26) (2018-06-18)
### Bug Fixes
* updated deps ([74071f9](https://github.com/heroku/heroku-cli-command/commit/74071f9))
<a name="8.1.25"></a>

@@ -2,0 +10,0 @@ ## [8.1.25](https://github.com/heroku/heroku-cli-command/compare/v8.1.24...v8.1.25) (2018-06-18)

3

lib/flags/app.js

@@ -5,2 +5,3 @@ "use strict";

const errors_1 = require("@oclif/errors");
const completions_1 = require("../completions");
const git_1 = require("../git");

@@ -23,2 +24,3 @@ class MultipleRemotesError extends errors_1.CLIError {

char: 'a',
completion: completions_1.AppCompletion,
description: 'app to run command against',

@@ -42,3 +44,4 @@ default: ({ options, flags }) => {

char: 'r',
completion: completions_1.RemoteCompletion,
description: 'git remote of app to use',
});
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const command_1 = require("@oclif/command");
const completions_1 = require("../completions");
exports.team = command_1.flags.build({
char: 't',
completion: completions_1.TeamCompletion,
description: 'team to use',

@@ -7,0 +9,0 @@ default: ({ flags }) => {

6

package.json
{
"name": "@heroku-cli/command",
"description": "base class for Heroku CLI commands",
"version": "8.1.25",
"version": "8.1.26",
"author": "Jeff Dickey @jdxcode",

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

"@oclif/command": "^1.4.33",
"@oclif/config": "^1.6.30",
"@oclif/config": "^1.6.32",
"@oclif/tslint": "^1.1.2",

@@ -30,3 +30,3 @@ "@types/ansi-styles": "^3.2.0",

"@types/nock": "^9.1.3",
"@types/node": "^10.3.3",
"@types/node": "^10.3.4",
"@types/opn": "^5.1.0",

@@ -33,0 +33,0 @@ "@types/proxyquire": "^1.3.28",

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