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 11.0.2 to 11.0.3

3

lib/command.js

@@ -60,4 +60,3 @@ "use strict";

Command.mock = async function (...argv) {
argv.unshift('cmd');
const cmd = await this.run({ argv, mock: true });
const cmd = await this.run({ argv: ['cmd', ...argv] });
return {

@@ -64,0 +63,0 @@ cmd,

{
"name": "cli-engine-command",
"description": "base CLI command for cli-engine",
"version": "11.0.2",
"version": "11.0.3",
"author": "Jeff Dickey @jdxcode",

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

"chalk": "2.3.0",
"cli-flags": "2.0.1",
"cli-ux": "^2.0.9",
"cli-flags": "2.0.2",
"cli-ux": "^2.0.10",
"http-call": "^4.0.5"

@@ -18,3 +18,3 @@ },

"@types/node": "8.5.1",
"cli-engine-config": "5.0.2",
"cli-engine-config": "5.0.3",
"del-cli": "1.1.0",

@@ -54,3 +54,3 @@ "husky": "^0.14.3",

"pretest": "tsc",
"prune": "del-cli \"lib/**/*\\.test\\.(d.ts|js)\"",
"prune": "del-cli 'lib/**/*.test.+(d.ts|js)'",
"test": "jest"

@@ -57,0 +57,0 @@ },

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