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.1.4 to 1.1.5

2

.oclif.manifest.json

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

{"version":"1.1.4","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.1.5","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,10 @@

<a name="1.1.5"></a>
## [1.1.5](https://github.com/oclif/plugin-help/compare/829e75edaf307223a1693b16d10e2216e0f5f9ba...v1.1.5) (2018-02-17)
### Bug Fixes
* fix help command ([c60c0cb](https://github.com/oclif/plugin-help/commit/c60c0cb))
* fixed tests ([967d74a](https://github.com/oclif/plugin-help/commit/967d74a))
<a name="1.1.4"></a>

@@ -2,0 +11,0 @@ ## [1.1.4](https://github.com/oclif/plugin-help/compare/7a9b7508cb0d44c8e1ab2c8ba081d30bbd99e230...v1.1.4) (2018-02-17)

@@ -24,4 +24,3 @@ "use strict";

// if (['help:help', 'help:--help', '--help:help'].includes(argv.slice(0, 2).join(':'))) {
if (argv[0] === 'help')
return 'help';
// if (argv[0] === 'help') return 'help'
for (let arg of argv) {

@@ -28,0 +27,0 @@ if (arg === '--')

{
"name": "@oclif/plugin-help",
"description": "standard help for oclif",
"version": "1.1.4",
"version": "1.1.5",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/plugin-help/issues",
"dependencies": {
"@oclif/command": "^1.3.1",
"@oclif/command": "^1.3.3",
"chalk": "^2.3.1",

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

"@oclif/config": "^1.3.57",
"@oclif/dev-cli": "^1.2.16",
"@oclif/dev-cli": "^1.2.17",
"@oclif/errors": "^1.0.2",
"@oclif/plugin-legacy": "^1.0.4",
"@oclif/plugin-plugins": "^1.0.1",
"@oclif/plugin-plugins": "^1.0.3",
"@oclif/test": "^1.0.1",

@@ -24,0 +24,0 @@ "@oclif/tslint": "^1.0.2",

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