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

cli-engine-heroku

Package Overview
Dependencies
Maintainers
3
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-engine-heroku - npm Package Compare versions

Comparing version 7.0.6 to 7.0.7

2

lib/command.d.ts

@@ -8,2 +8,4 @@ import { Command as Base } from 'cli-engine-command';

readonly legacyHerokuClient: any;
readonly cli: any;
readonly out: any;
}
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const cli_engine_command_1 = require("cli-engine-command");
const util_1 = require("util");
const deps_1 = require("./deps");
const deprecatedCLI = util_1.deprecate(() => {
return require('cli-ux').cli;
}, 'this.out and this.cli is deprecated. Please import the "cli-ux" module directly instead.');
class Command extends cli_engine_command_1.Command {

@@ -26,3 +30,9 @@ get heroku() {

}
get cli() {
return deprecatedCLI();
}
get out() {
return deprecatedCLI();
}
}
exports.Command = Command;

2

package.json
{
"name": "cli-engine-heroku",
"description": "heroku specific functionality for the cli-engine",
"version": "7.0.6",
"version": "7.0.7",
"author": "Jeff Dickey @jdxcode",

@@ -6,0 +6,0 @@ "bugs": "https://github.com/heroku/cli-engine-heroku/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