Socket
Socket
Sign inDemoInstall

@oclif/plugin-help

Package Overview
Dependencies
Maintainers
2
Versions
167
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 6.0.22 to 6.1.0

4

lib/commands/help.d.ts
import { Command } from '@oclif/core';
export default class HelpCommand extends Command {
static args: {
command: import("@oclif/core/lib/interfaces/parser.js").Arg<string | undefined, Record<string, unknown>>;
command: import("@oclif/core/interfaces").Arg<string | undefined, Record<string, unknown>>;
};
static description: string;
static flags: {
'nested-commands': import("@oclif/core/lib/interfaces/parser.js").BooleanFlag<boolean>;
'nested-commands': import("@oclif/core/interfaces").BooleanFlag<boolean>;
};

@@ -10,0 +10,0 @@ static strict: boolean;

@@ -42,3 +42,3 @@ {

},
"version": "6.0.22"
"version": "6.1.0"
}
{
"name": "@oclif/plugin-help",
"description": "Standard help for oclif.",
"version": "6.0.22",
"version": "6.1.0",
"author": "Salesforce",
"bugs": "https://github.com/oclif/plugin-help/issues",
"dependencies": {
"@oclif/core": "^3.26.6"
"@oclif/core": "^4.0.0-beta.13"
},
"devDependencies": {
"@commitlint/config-conventional": "^18",
"@commitlint/config-conventional": "^19",
"@oclif/prettier-config": "^0.2.1",
"@oclif/test": "^3.2.13",
"@oclif/test": "^4",
"@types/chai": "^4.3.11",

@@ -18,3 +18,3 @@ "@types/mocha": "^10.0.6",

"chai": "^4.4.1",
"commitlint": "^18",
"commitlint": "^19",
"eslint": "^8.57.0",

@@ -27,3 +27,3 @@ "eslint-config-oclif": "^5.2.0",

"mocha": "^10.4.0",
"oclif": "^4.10.7",
"oclif": "^4.11.1",
"prettier": "^3.2.5",

@@ -30,0 +30,0 @@ "shx": "^0.3.4",

@@ -30,3 +30,3 @@ # @oclif/plugin-help

_See code: [src/commands/help.ts](https://github.com/oclif/plugin-help/blob/v6.0.22/src/commands/help.ts)_
_See code: [src/commands/help.ts](https://github.com/oclif/plugin-help/blob/v6.1.0/src/commands/help.ts)_
<!-- commandsstop -->

@@ -33,0 +33,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