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.4 to 11.0.5

10

lib/command.d.ts

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

import { Config, ConfigOptions, Plugin } from 'cli-engine-config';
import { ConfigOptions, IConfig, IPlugin } from 'cli-engine-config';
import { args } from 'cli-flags';

@@ -33,3 +33,3 @@ import { HTTP } from 'http-call';

static _version: any;
static plugin: Plugin | undefined;
static plugin: IPlugin | undefined;
static readonly id: string;

@@ -44,5 +44,5 @@ /**

static run: CommandRunFn;
static buildHelp(config: Config): string;
static buildHelpLine(config: Config): [string, string | undefined];
config: Config;
static buildHelp(config: IConfig): string;
static buildHelpLine(config: IConfig): [string, string | undefined];
config: IConfig;
http: typeof HTTP;

@@ -49,0 +49,0 @@ flags: {

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

import { Config } from 'cli-engine-config';
import { IConfig } from 'cli-engine-config';
import { flags } from 'cli-flags';

@@ -11,3 +11,3 @@ export interface ICompletionContext {

argv?: string[];
config: Config;
config: IConfig;
}

@@ -14,0 +14,0 @@ export interface ICompletion {

@@ -1,6 +0,6 @@

import { Config, ICommand } from 'cli-engine-config';
import { ICommand, IConfig } from 'cli-engine-config';
import { args, flags } from 'cli-flags';
export declare class Help {
config: Config;
constructor(config: Config);
config: IConfig;
constructor(config: IConfig);
command(cmd: ICommand): string;

@@ -7,0 +7,0 @@ commandLine(cmd: ICommand): [string, string | undefined];

{
"name": "cli-engine-command",
"description": "base CLI command for cli-engine",
"version": "11.0.4",
"version": "11.0.5",
"author": "Jeff Dickey @jdxcode",

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

"devDependencies": {
"@types/jest": "21.1.8",
"@types/jest": "21.1.9",
"@types/nock": "9.1.0",
"@types/node": "8.5.1",
"cli-engine-config": "5.0.3",
"@types/node": "8.5.2",
"cli-engine-config": "5.0.5",
"del-cli": "1.1.0",

@@ -28,3 +28,3 @@ "husky": "^0.14.3",

"tslint": "^5.8.0",
"tslint-cli-engine": "^1.0.0",
"tslint-cli-engine": "^1.0.1",
"typescript": "2.6.2"

@@ -31,0 +31,0 @@ },

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