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 10.0.0 to 10.0.1

3

lib/flags.d.ts

@@ -34,2 +34,5 @@ import { Config } from 'cli-engine-config';

export declare type IFlag<T> = IBooleanFlag | CompletionOptionFlag<T>;
export declare type InputFlags = {
[k: string]: IFlag<any>;
};
export declare const flags: {

@@ -36,0 +39,0 @@ option: <T = string>(defaults?: Partial<IOptionalFlag<T> & withCompletion> | Partial<IRequiredFlag<T> & withCompletion> | Partial<IMultiOptionFlag<T> & withCompletion>) => FlagBuilder<T>;

4

lib/index.d.ts
export { Command as default, Command } from './command';
export { Topic } from './topic';
export { flags, Completion, FlagBuilder } from './flags';
export { IArg } from 'cli-flags';
export { flags, Completion, FlagBuilder, IFlag, InputFlags, IBooleanFlag } from './flags';

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

exports.Command = command_1.Command;
var topic_1 = require("./topic");
exports.Topic = topic_1.Topic;
var flags_1 = require("./flags");
exports.flags = flags_1.flags;
{
"name": "cli-engine-command",
"description": "base CLI command for cli-engine",
"version": "10.0.0",
"version": "10.0.1",
"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