Socket
Socket
Sign inDemoInstall

@oclif/plugin-help

Package Overview
Dependencies
Maintainers
7
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 5.1.11 to 5.1.12

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [5.1.12](https://github.com/oclif/plugin-help/compare/v5.1.11...v5.1.12) (2022-03-07)
### Bug Fixes
* types package.json ([#375](https://github.com/oclif/plugin-help/issues/375)) ([d1b24b0](https://github.com/oclif/plugin-help/commit/d1b24b0703224572fbc7a449dd06d92f05eb8d10))
### [5.1.11](https://github.com/oclif/plugin-help/compare/v5.1.10...v5.1.11) (2022-02-01)

@@ -7,0 +14,0 @@

2

oclif.manifest.json

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

{"version":"5.1.11","commands":{"help":{"id":"help","description":"Display help for <%= config.bin %>.","strict":false,"pluginName":"@oclif/plugin-help","pluginAlias":"@oclif/plugin-help","pluginType":"core","aliases":[],"flags":{"nested-commands":{"name":"nested-commands","type":"boolean","char":"n","description":"Include all nested commands in the output.","allowNo":false}},"args":[{"name":"command","description":"Command to show help for.","required":false}]}}}
{"version":"5.1.12","commands":{"help":{"id":"help","description":"Display help for <%= config.bin %>.","strict":false,"pluginName":"@oclif/plugin-help","pluginAlias":"@oclif/plugin-help","pluginType":"core","aliases":[],"flags":{"nested-commands":{"name":"nested-commands","type":"boolean","char":"n","description":"Include all nested commands in the output.","allowNo":false}},"args":[{"name":"command","description":"Command to show help for.","required":false}],"_globalFlags":{}}}}
{
"name": "@oclif/plugin-help",
"description": "Standard help for oclif.",
"version": "5.1.11",
"version": "5.1.12",
"author": "Salesforce",
"bugs": "https://github.com/oclif/plugin-help/issues",
"dependencies": {
"@oclif/core": "^1.2.0"
"@oclif/core": "^1.3.6"
},
"devDependencies": {
"@oclif/plugin-plugins": "^2.0.12",
"@oclif/test": "^2.0.3",
"@oclif/plugin-plugins": "^2.1.0",
"@oclif/test": "^2.1.0",
"@types/chai": "^4.3.0",
"@types/mocha": "^9.0.0",
"chai": "^4.2.0",
"@types/mocha": "^9.1.0",
"chai": "^4.3.6",
"eslint": "^7.3.1",
"eslint-config-oclif": "^4.0.0",
"eslint-config-oclif-typescript": "^1.0.2",
"mocha": "^9.1.3",
"oclif": "^2.4.1",
"shx": "^0.3.3",
"mocha": "^9.2.1",
"oclif": "^2.5.0",
"shx": "^0.3.4",
"ts-node": "^9.1.1",
"typescript": "^4.5.4"
"typescript": "^4.6.2"
},

@@ -55,3 +55,3 @@ "engines": {

},
"types": "./lib/help.d.ts"
"types": "./lib/index.d.ts"
}
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