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

cli-engine-command

Package Overview
Dependencies
Maintainers
4
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 9.0.0-ts.3 to 9.0.0-ts.4

lib/color.d.ts

5

lib/command.d.ts

@@ -1,2 +0,1 @@

/// <reference types="chalk" />
import { InputFlags, InputArgs, OutputArgs, OutputFlags } from 'cli-flags';

@@ -6,3 +5,3 @@ import { Config, ConfigOptions, Plugin, ICommand } from 'cli-engine-config';

import { CLI } from 'cli-ux';
import chalk = require('chalk');
import color = require('./color');
export interface IMockOutput<T extends Command> {

@@ -38,3 +37,3 @@ cmd: T;

args: OutputArgs;
color: typeof chalk;
color: typeof color;
constructor(config?: ConfigOptions);

@@ -41,0 +40,0 @@ _run(): Promise<void>;

2

lib/command.js

@@ -75,3 +75,3 @@ "use strict";

return __awaiter(this, void 0, void 0, function* () {
this.color = require('chalk');
this.color = require('./color');
const { CLI } = require('cli-ux');

@@ -78,0 +78,0 @@ this.cli = new CLI({ debug: this.config.debug, mock: this.config.mock, errlog: this.config.errlog });

{
"name": "cli-engine-command",
"description": "base CLI command for cli-engine",
"version": "9.0.0-ts.3",
"version": "9.0.0-ts.4",
"author": "Jeff Dickey @dickeyxxx",

@@ -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