Socket
Socket
Sign inDemoInstall

cli-engine-config

Package Overview
Dependencies
Maintainers
3
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-engine-config - npm Package Compare versions

Comparing version 4.0.1-ts.18 to 4.0.1-ts.19

10

lib/config.d.ts

@@ -7,3 +7,3 @@ import { IFlag, IArg } from 'cli-flags';

export declare type Topic = {
name: string;
topic: string;
description?: string;

@@ -111,6 +111,6 @@ hidden?: boolean;

command?: string;
description: string;
description?: string;
hidden: boolean;
usage: string;
help: string;
usage?: string;
help?: string;
aliases: string[];

@@ -120,3 +120,3 @@ _version: string;

buildHelp?: (config: Config) => string;
buildHelpLine?: (config: Config) => [string, string];
buildHelpLine?: (config: Config) => [string, string | undefined];
args?: IArg[];

@@ -123,0 +123,0 @@ flags?: {

{
"name": "cli-engine-config",
"description": "base cli-engine config objects and interfaces",
"version": "4.0.1-ts.18",
"version": "4.0.1-ts.19",
"author": "Jeff Dickey @jdxcode",

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