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 9.0.0-ts.13 to 9.0.0-ts.14

3

lib/command.d.ts

@@ -6,3 +6,3 @@ import { InputArgs, InputFlags, OutputArgs, OutputFlags } from 'cli-flags';

export declare class Command implements ICommand {
__config: {
static __config: {
_version: string;

@@ -12,2 +12,3 @@ id?: string;

};
readonly __config: typeof Command.__config;
options: {

@@ -14,0 +15,0 @@ argv?: string[];

@@ -8,3 +8,2 @@ "use strict";

constructor(config) {
this.__config = { _version: pjson.version };
this.options = {};

@@ -30,2 +29,5 @@ this.config = deps_1.deps.Config.buildConfig(config);

}
get __config() {
return this.constructor.__config;
}
static async mock(...argv) {

@@ -80,2 +82,3 @@ const cmd = new this({ argv: ['argv0', 'argv1'].concat(argv), mock: true });

}
Command.__config = { _version: pjson.version };
exports.Command = Command;
{
"name": "cli-engine-command",
"description": "base CLI command for cli-engine",
"version": "9.0.0-ts.13",
"version": "9.0.0-ts.14",
"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