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-ts.3 to 10.0.0-ts.4

4

lib/command.d.ts

@@ -40,3 +40,5 @@ import { Config, ConfigOptions, Plugin } from 'cli-engine-config';

out: CLI;
flags: any;
flags: {
[name: string]: any;
};
argv: string[];

@@ -43,0 +45,0 @@ args: {

@@ -24,2 +24,4 @@ "use strict";

constructor(options = {}) {
// TODO: no any
this.flags = {};
this.args = {};

@@ -26,0 +28,0 @@ this.config = cli_engine_config_1.buildConfig(options.config);

{
"name": "cli-engine-command",
"description": "base CLI command for cli-engine",
"version": "10.0.0-ts.3",
"version": "10.0.0-ts.4",
"author": "Jeff Dickey @jdxcode",

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

"chalk": "2.3.0",
"cli-flags": "1.0.16",
"cli-flags": "1.0.17",
"cli-ux": "^2.0.5",

@@ -29,3 +29,3 @@ "fs-extra": "^5.0.0",

"@types/supports-color": "3.1.0",
"cli-engine-config": "4.0.1-ts.19",
"cli-engine-config": "4.0.1-ts.22",
"del-cli": "1.1.0",

@@ -32,0 +32,0 @@ "husky": "^0.14.3",

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