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 5.1.3 to 5.1.4

lib/output/table.js

5

lib/output/index.js

@@ -269,2 +269,7 @@ 'use strict';

table(data, options) {
let table = require('./table');
return table(this, data, options);
}
exit(code = 0) {

@@ -271,0 +276,0 @@ if (this.config.debug) console.error(`Exiting with code: ${code}`);

12

package.json
{
"name": "cli-engine-command",
"description": "base CLI command for cli-engine",
"version": "5.1.3",
"version": "5.1.4",
"author": "Jeff Dickey @dickeyxxx",

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

"fs-extra": "3.x",
"http-call": "^2.1.0",
"http-call": "^2.1.2",
"lodash.ary": "^4.1.1",
"lodash.defaults": "^4.2.0",
"lodash.get": "^4.4.2",
"lodash.identity": "^3.0.0",
"lodash.keys": "^4.2.0",
"lodash.maxby": "4.x",
"lodash.merge": "4.x",
"lodash.partial": "^4.2.1",
"lodash.property": "^4.4.2",
"lodash.result": "^4.5.2",
"string": "3.x",

@@ -17,0 +25,0 @@ "supports-color": "3.x"

Sorry, the diff of this file is not supported yet

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