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

cli-engine-config

Package Overview
Dependencies
Maintainers
4
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.0 to 4.0.1-ts.1

14

lib/config.d.ts

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

import { IArg, Flag, ValueFlag } from 'cli-flags';
import { InputArgs, InputFlags } from 'cli-flags';
import 'core-js/library';

@@ -91,6 +91,6 @@ export declare type Topic = {

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

@@ -100,6 +100,4 @@ id: string;

buildHelpLine?: (config: Config) => [string, string | undefined];
args?: IArg[];
flags?: {
[name: string]: Flag | ValueFlag<any>;
};
Args?: InputArgs;
Flags?: InputFlags;
run: (config?: ConfigOptions) => Promise<RunReturn | void>;

@@ -106,0 +104,0 @@ plugin?: Plugin;

{
"name": "cli-engine-config",
"description": "base cli-engine config objects and interfaces",
"version": "4.0.1-ts.0",
"version": "4.0.1-ts.1",
"author": "Jeff Dickey @dickeyxxx",

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