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.0 to 1.1.1

2

.oclif.manifest.json

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

{"version":"1.1.0","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.1","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.1.1"></a>
## [1.1.1](https://github.com/oclif/plugin-help/compare/67d1cba010649852ecbd1b6870e91e06df35aa28...v1.1.1) (2018-02-17)
### Bug Fixes
* sort commands/topics ([165a53c](https://github.com/oclif/plugin-help/commit/165a53c))
<a name="1.1.0"></a>

@@ -2,0 +10,0 @@ # [1.1.0](https://github.com/oclif/plugin-help/compare/de750328be54793875516f99a40cc5dd8a7bc8cf...v1.1.0) (2018-02-17)

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

return;
commands = util_1.uniqBy(commands, c => id(c));
commands = util_1.uniqBy(commands, id);
commands = util_1.sortBy(commands, id);
let body = list_1.renderList(commands.map(c => [

@@ -114,0 +115,0 @@ id(c),

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

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

"@oclif/config": "^1.3.56",
"@oclif/dev-cli": "^1.2.13",
"@oclif/dev-cli": "^1.2.16",
"@oclif/errors": "^1.0.2",
"@oclif/plugin-legacy": "^1.0.2",
"@oclif/plugin-legacy": "^1.0.4",
"@oclif/plugin-plugins": "^1.0.1",

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

"concurrently": "^3.5.1",
"globby": "^8.0.0",
"globby": "^8.0.1",
"mocha": "^5.0.1",

@@ -37,0 +37,0 @@ "strip-ansi": "^4.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