Socket
Socket
Sign inDemoInstall

@oclif/plugin-help

Package Overview
Dependencies
Maintainers
3
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 2.0.0 to 2.0.1

8

CHANGELOG.md

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

<a name="2.0.1"></a>
## [2.0.1](https://github.com/oclif/plugin-help/compare/v2.0.0...v2.0.1) (2018-05-30)
### Bug Fixes
* single line to separate examples ([da1c488](https://github.com/oclif/plugin-help/commit/da1c488))
<a name="2.0.0"></a>

@@ -2,0 +10,0 @@ # [2.0.0](https://github.com/oclif/plugin-help/compare/v1.2.11...v2.0.0) (2018-05-28)

2

lib/command.js

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

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

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

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

{"version":"2.0.0","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.1","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.0",
"version": "2.0.1",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/plugin-help/issues",
"dependencies": {
"@oclif/command": "^1.4.29",
"@oclif/command": "^1.4.30",
"chalk": "^2.4.1",

@@ -17,9 +17,9 @@ "indent-string": "^3.2.0",

"devDependencies": {
"@oclif/config": "^1.6.18",
"@oclif/dev-cli": "^1.13.20",
"@oclif/errors": "^1.1.1",
"@oclif/config": "^1.6.21",
"@oclif/dev-cli": "^1.13.24",
"@oclif/errors": "^1.1.2",
"@oclif/plugin-legacy": "^1.0.15",
"@oclif/plugin-plugins": "^1.1.13",
"@oclif/plugin-plugins": "^1.2.1",
"@oclif/test": "^1.0.6",
"@oclif/tslint": "^1.1.1",
"@oclif/tslint": "^1.1.2",
"@types/chai": "^4.1.3",

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

"@types/mocha": "^5.2.0",
"@types/node": "^10.0.8",
"@types/node": "^10.1.3",
"@types/strip-ansi": "^3.0.0",

@@ -36,5 +36,5 @@ "@types/wrap-ansi": "^3.0.0",

"globby": "^8.0.1",
"mocha": "^5.1.1",
"mocha": "^5.2.0",
"strip-ansi": "^4.0.0",
"ts-node": "^6.0.3",
"ts-node": "^6.0.5",
"tslint": "^5.10.0",

@@ -41,0 +41,0 @@ "typescript": "^2.8.3"

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