Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@oclif/plugin-help

Package Overview
Dependencies
Maintainers
3
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oclif/plugin-help - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

8

CHANGELOG.md

@@ -0,1 +1,9 @@

<a name="2.0.4"></a>
## [2.0.4](https://github.com/oclif/plugin-help/compare/v2.0.3...v2.0.4) (2018-05-31)
### Bug Fixes
* trim descriptions ([d26baaa](https://github.com/oclif/plugin-help/commit/d26baaa))
<a name="2.0.3"></a>

@@ -2,0 +10,0 @@ ## [2.0.3](https://github.com/oclif/plugin-help/compare/v2.0.2...v2.0.3) (2018-05-31)

2

lib/command.js

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

bold('DESCRIPTION'),
indent(wrap(description, this.opts.maxWidth - 2, { trim: false, hard: true }), 2),
indent(wrap(description.trim(), this.opts.maxWidth - 2, { trim: false, hard: true }), 2),
].join('\n');

@@ -63,0 +63,0 @@ }

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

{"version":"2.0.3","commands":{"help":{"id":"help","description":"display help for <%= config.bin %>","pluginName":"@oclif/plugin-help","pluginType":"core","aliases":[],"flags":{"all":{"name":"all","type":"boolean","description":"see all commands in CLI"}},"args":[{"name":"command","description":"command to show help for","required":false}]}}}
{"version":"2.0.4","commands":{"help":{"id":"help","description":"display help for <%= config.bin %>","pluginName":"@oclif/plugin-help","pluginType":"core","aliases":[],"flags":{"all":{"name":"all","type":"boolean","description":"see all commands in CLI"}},"args":[{"name":"command","description":"command to show help for","required":false}]}}}
{
"name": "@oclif/plugin-help",
"description": "standard help for oclif",
"version": "2.0.3",
"version": "2.0.4",
"author": "Jeff Dickey @jdxcode",

@@ -6,0 +6,0 @@ "bugs": "https://github.com/oclif/plugin-help/issues",

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