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

cli-engine-command

Package Overview
Dependencies
Maintainers
4
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.8 to 9.0.0-ts.9

lib/flags.d.ts

2

lib/index.d.ts
export { Command } from './command';
export { flags } from 'cli-flags';
export { flags, Completion } from './flags';

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

exports.Command = command_1.Command;
var cli_flags_1 = require("cli-flags");
exports.flags = cli_flags_1.flags;
var flags_1 = require("./flags");
exports.flags = flags_1.flags;
{
"name": "cli-engine-command",
"description": "base CLI command for cli-engine",
"version": "9.0.0-ts.8",
"version": "9.0.0-ts.9",
"author": "Jeff Dickey @dickeyxxx",

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

"cli-engine-config": "^4.0.1-ts.13",
"cli-flags": "^1.0.14",
"cli-flags": "^1.0.15",
"cli-ux": "^1.1.8",

@@ -13,0 +13,0 @@ "fs-extra": "^4.0.2",

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