cli-engine-command
Advanced tools
Comparing version 5.1.3 to 5.1.4
@@ -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}`); |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
142077
38
2036
18
+ Addedlodash.ary@^4.1.1
+ Addedlodash.defaults@^4.2.0
+ Addedlodash.get@^4.4.2
+ Addedlodash.identity@^3.0.0
+ Addedlodash.keys@^4.2.0
+ Addedlodash.partial@^4.2.1
+ Addedlodash.property@^4.4.2
+ Addedlodash.result@^4.5.2
+ Addedlodash.ary@4.1.1(transitive)
+ Addedlodash.defaults@4.2.0(transitive)
+ Addedlodash.get@4.4.2(transitive)
+ Addedlodash.identity@3.0.0(transitive)
+ Addedlodash.keys@4.2.0(transitive)
+ Addedlodash.partial@4.2.1(transitive)
+ Addedlodash.property@4.4.2(transitive)
+ Addedlodash.result@4.5.2(transitive)
Updatedhttp-call@^2.1.2