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.3 to 1.2.4

2

.oclif.manifest.json

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

{"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}]}}}
{"version":"1.2.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}]}}}

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

<a name="1.2.4"></a>
## [1.2.4](https://github.com/oclif/plugin-help/compare/v1.2.3...v1.2.4) (2018-04-10)
### Bug Fixes
* updated command ([5837908](https://github.com/oclif/plugin-help/commit/5837908))
<a name="1.2.3"></a>

@@ -2,0 +10,0 @@ ## [1.2.3](https://github.com/oclif/plugin-help/compare/v1.2.2...v1.2.3) (2018-04-07)

@@ -11,2 +11,3 @@ import { Command } from '@oclif/command';

required?: boolean | undefined;
dependsOn?: string[] | undefined;
env?: string | undefined;

@@ -13,0 +14,0 @@ parse(input: boolean, context: any): boolean;

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

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

"devDependencies": {
"@oclif/config": "^1.3.62",
"@oclif/dev-cli": "^1.4.4",
"@oclif/errors": "^1.0.3",
"@oclif/plugin-legacy": "^1.0.7",
"@oclif/config": "^1.6.2",
"@oclif/dev-cli": "^1.12.1",
"@oclif/errors": "^1.0.4",
"@oclif/plugin-legacy": "^1.0.9",
"@oclif/plugin-plugins": "^1.0.8",

@@ -23,0 +23,0 @@ "@oclif/test": "^1.0.4",

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