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.0.3 to 1.0.4

LICENSE

2

.oclif.manifest.json

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

{"version":"1.0.3","commands":{"commands":{"id":"commands","pluginName":"@oclif/plugin-help","pluginType":"core","hidden":true,"aliases":[],"flags":{"version":{"name":"version","type":"boolean","description":"show CLI version"},"help":{"name":"help","type":"boolean","description":"show CLI help"}},"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.0.4","commands":{"commands":{"id":"commands","pluginName":"@oclif/plugin-help","pluginType":"core","hidden":true,"aliases":[],"flags":{"version":{"name":"version","type":"boolean","description":"show CLI version"},"help":{"name":"help","type":"boolean","description":"show CLI help"}},"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,10 @@

<a name="1.0.4"></a>
## [1.0.4](https://github.com/oclif/plugin-help/compare/a382ee982a225d48d7650f1ced7fd97ea90e1ebf...v1.0.4) (2018-02-17)
### Bug Fixes
* trim usage ([06de470](https://github.com/oclif/plugin-help/commit/06de470))
* updated deps ([66cd4cd](https://github.com/oclif/plugin-help/commit/66cd4cd))
<a name="1.0.3"></a>

@@ -2,0 +11,0 @@ ## [1.0.3](https://github.com/oclif/plugin-help/compare/7e709205248664666654cf0750c3209c43327298...v1.0.3) (2018-02-15)

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

let body = (cmd.usage ? util_1.castArray(cmd.usage) : [this.defaultUsage(cmd, flags)])
.map(u => `$ ${this.config.bin} ${u}`)
.map(u => `$ ${this.config.bin} ${u}`.trim())
.join('\n');

@@ -41,0 +41,0 @@ return [

{
"name": "@oclif/plugin-help",
"description": "standard help for oclif",
"version": "1.0.3",
"version": "1.0.4",
"author": "Jeff Dickey @jdxcode",

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

"devDependencies": {
"@oclif/config": "^1.3.52",
"@oclif/dev-cli": "^1.2.8",
"@oclif/config": "^1.3.55",
"@oclif/dev-cli": "^1.2.12",
"@oclif/errors": "^1.0.2",
"@oclif/plugin-legacy": "^1.0.1",
"@oclif/plugin-legacy": "^1.0.2",
"@oclif/plugin-plugins": "^1.0.0",

@@ -39,3 +39,3 @@ "@oclif/test": "^1.0.1",

"tslint": "^5.9.1",
"typescript": "^2.7.1"
"typescript": "^2.7.2"
},

@@ -42,0 +42,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