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

cli-engine-command

Package Overview
Dependencies
Maintainers
3
Versions
159
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-engine-command - npm Package Compare versions

Comparing version 11.0.13 to 11.0.14

6

lib/command.js

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

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 {

@@ -77,2 +80,5 @@ constructor(config) {

cmd,
get out() {
return deprecatedCLI();
},
stderr: deps_1.default.cli ? deps_1.default.cli.stderr.output : 'cli-ux not found',

@@ -79,0 +85,0 @@ stdout: deps_1.default.cli ? deps_1.default.cli.stdout.output : 'cli-ux not found',

2

package.json
{
"name": "cli-engine-command",
"description": "base CLI command for cli-engine",
"version": "11.0.13",
"version": "11.0.14",
"author": "Jeff Dickey @jdxcode",

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