New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@oclif/command

Package Overview
Dependencies
Maintainers
4
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oclif/command - npm Package Compare versions

Comparing version 1.5.4 to 1.5.5

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.5.5](https://github.com/oclif/command/compare/v1.5.4...v1.5.5) (2018-11-12)
### Bug Fixes
* construct full help message for known Command ([#50](https://github.com/oclif/command/issues/50)) ([5ef4e3c](https://github.com/oclif/command/commit/5ef4e3c))
## [1.5.4](https://github.com/oclif/command/compare/v1.5.3...v1.5.4) (2018-10-13)

@@ -2,0 +9,0 @@

5

lib/command.js

@@ -103,6 +103,3 @@ "use strict";

const help = new HHelp(this.config);
let title = this.ctor.description && help.render(this.ctor.description.trim()).split('\n')[0];
if (title)
this.log(title + '\n');
this.log(help.command(Config.Command.toCached(this.ctor)));
help.showCommandHelp(Config.Command.toCached(this.ctor), this.config.topics);
return this.exit(0);

@@ -109,0 +106,0 @@ }

18

package.json
{
"name": "@oclif/command",
"description": "oclif base command",
"version": "1.5.4",
"version": "1.5.5",
"author": "Jeff Dickey @jdxcode",

@@ -15,3 +15,3 @@ "bugs": "https://github.com/oclif/command/issues",

"@oclif/errors": "^1.2.2",
"@oclif/parser": "^3.6.1",
"@oclif/parser": "^3.7.0",
"debug": "^4.1.0",

@@ -21,12 +21,12 @@ "semver": "^5.6.0"

"devDependencies": {
"@oclif/config": "^1.8.7",
"@oclif/plugin-help": "^2.1.2",
"@oclif/config": "^1.9.0",
"@oclif/plugin-help": "2.1.4",
"@oclif/plugin-plugins": "^1.7.2",
"@oclif/tslint": "^3.1.0",
"@types/chai": "^4.1.6",
"@oclif/tslint": "^3.1.1",
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.5",
"@types/node": "^10.11.7",
"@types/node": "^10.12.5",
"@types/semver": "^5.5.0",
"chai": "^4.2.0",
"cli-ux": "^4.9.0",
"cli-ux": "^4.9.3",
"fancy-test": "^1.4.1",

@@ -37,3 +37,3 @@ "globby": "^8.0.1",

"tslint": "^5.11.0",
"typescript": "^3.1.3"
"typescript": "^3.1.6"
},

@@ -40,0 +40,0 @@ "engines": {

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