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.2.0 to 5.2.1

31

oclif.manifest.json

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

{"version":"5.2.0","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":"commands","description":"Command to show help for.","required":false}]}}}
{
"version": "5.2.1",
"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": {
"commands": {
"name": "commands",
"description": "Command to show help for.",
"required": false
}
}
}
}
}

8

package.json
{
"name": "@oclif/plugin-help",
"description": "Standard help for oclif.",
"version": "5.2.0",
"version": "5.2.1",
"author": "Salesforce",
"bugs": "https://github.com/oclif/plugin-help/issues",
"dependencies": {
"@oclif/core": "^2.0.2-beta.6"
"@oclif/core": "^2.0.3"
},
"devDependencies": {
"@oclif/plugin-plugins": "^2.1.12",
"@oclif/plugin-plugins": "^2.2.2",
"@oclif/test": "^2.1.0",

@@ -20,3 +20,3 @@ "@types/chai": "^4.3.4",

"mocha": "^9.2.2",
"oclif": "^3.4.6",
"oclif": "^3.6.1",
"shx": "^0.3.4",

@@ -23,0 +23,0 @@ "ts-node": "^9.1.1",

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