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.1.0-ts.0 to 10.1.0-ts.1

5

lib/command.js

@@ -33,2 +33,7 @@ "use strict";

async init() {
for (let arg of this.ctor.args) {
if (arg.required !== false && !arg.optional) {
arg.required = true;
}
}
const { argv, flags, args } = await cli_flags_1.parse({

@@ -35,0 +40,0 @@ flags: this.ctor.flags || {},

4

package.json
{
"name": "cli-engine-command",
"description": "base CLI command for cli-engine",
"version": "10.1.0-ts.0",
"version": "10.1.0-ts.1",
"author": "Jeff Dickey @jdxcode",

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

"chalk": "2.3.0",
"cli-engine-config": "4.3.0-ts.0",
"cli-engine-config": "4.3.0-ts.1",
"cli-flags": "1.0.18",

@@ -15,0 +15,0 @@ "cli-ux": "^2.0.7",

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