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 3.1.4 to 3.2.0

lib/help.js

18

lib/command.js

@@ -25,4 +25,9 @@ 'use strict';

var _help = require('./help');
var _help2 = _interopRequireDefault(_help);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
// eslint-disable-line
class Command {

@@ -87,7 +92,16 @@

async run(...rest) {}
static buildHelp(config) {
let help = new _help2.default(config);
return help.command(this);
}
static buildHelpLine(config) {
let help = new _help2.default(config);
return help.commandLine(this);
}
}
exports.default = Command; // eslint-disable-line
exports.default = Command;
Command.aliases = [];
Command.variableArgs = false;
Command.args = [];

19

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

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

"cli-engine-config": "1.1.4",
"fs-extra": "3.0.0",
"fs-extra": "3.0.1",
"got": "^6.7.1",
"http-call": "1.1.2",
"jest-validate": "^19.0.2",
"lodash.maxby": "^4.6.0",
"netrc-parser": "^2.0.1",
"pretty-format": "^19.0.0",
"string": "^3.3.3",
"lodash.maxby": "4.6.0",
"netrc-parser": "2.0.2",
"pretty-format": "20.0.1",
"string": "3.3.3",
"supports-color": "^3.2.3"

@@ -26,10 +25,10 @@ },

"babel-eslint": "7.2.3",
"babel-jest": "19.0.0",
"babel-jest": "20.0.1",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-es2015-modules-commonjs": "6.24.1",
"babel-plugin-transform-flow-strip-types": "6.22.0",
"flow-bin": "0.45.0",
"flow-bin": "0.46.0",
"flow-copy-source": "1.1.0",
"flow-typed": "2.1.2",
"jest": "19.0.2",
"jest": "20.0.1",
"jest-junit": "1.5.1",

@@ -36,0 +35,0 @@ "nock": "9.0.13",

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