Socket
Socket
Sign inDemoInstall

@oclif/plugin-help

Package Overview
Dependencies
Maintainers
2
Versions
165
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 1.2.2 to 1.2.3

2

.oclif.manifest.json

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

{"version":"1.2.2","commands":{"commands":{"id":"commands","pluginName":"@oclif/plugin-help","pluginType":"core","hidden":true,"aliases":[],"flags":{},"args":[]},"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":"1.2.3","commands":{"commands":{"id":"commands","pluginName":"@oclif/plugin-help","pluginType":"core","hidden":true,"aliases":[],"flags":{},"args":[]},"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}]}}}

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

<a name="1.2.3"></a>
## [1.2.3](https://github.com/oclif/plugin-help/compare/v1.2.2...v1.2.3) (2018-04-07)
### Bug Fixes
* show extra line between examples ([d05ec75](https://github.com/oclif/plugin-help/commit/d05ec75))
<a name="1.2.2"></a>

@@ -2,0 +10,0 @@ ## [1.2.2](https://github.com/oclif/plugin-help/compare/v1.2.1...v1.2.2) (2018-03-28)

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

return;
let body = util_1.castArray(examples).map(a => this.render(a)).join('\n');
let body = util_1.castArray(examples).map(a => this.render(a)).join('\n\n');
return [

@@ -75,0 +75,0 @@ bold('EXAMPLE' + (examples.length > 1 ? 'S' : '')),

{
"name": "@oclif/plugin-help",
"description": "standard help for oclif",
"version": "1.2.2",
"version": "1.2.3",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/plugin-help/issues",
"dependencies": {
"@oclif/command": "^1.4.6",
"@oclif/command": "^1.4.7",
"chalk": "^2.3.2",

@@ -18,8 +18,8 @@ "indent-string": "^3.2.0",

"@oclif/config": "^1.3.62",
"@oclif/dev-cli": "^1.4.3",
"@oclif/dev-cli": "^1.4.4",
"@oclif/errors": "^1.0.3",
"@oclif/plugin-legacy": "^1.0.6",
"@oclif/plugin-legacy": "^1.0.7",
"@oclif/plugin-plugins": "^1.0.8",
"@oclif/test": "^1.0.1",
"@oclif/tslint": "^1.0.2",
"@oclif/test": "^1.0.4",
"@oclif/tslint": "^1.1.0",
"@types/chai": "^4.1.2",

@@ -29,3 +29,3 @@ "@types/indent-string": "^3.0.0",

"@types/mocha": "^5.0.0",
"@types/node": "^9.6.0",
"@types/node": "^9.6.2",
"@types/strip-ansi": "^3.0.0",

@@ -32,0 +32,0 @@ "@types/wrap-ansi": "^3.0.0",

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