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.23 to 5.2.0

6

lib/commands/help.d.ts

@@ -8,8 +8,6 @@ import { Command } from '@oclif/core';

static args: {
name: string;
required: boolean;
description: string;
}[];
commands: import("@oclif/core/lib/interfaces/parser").Arg<string | undefined, Record<string, unknown>>;
};
static strict: boolean;
run(): Promise<void>;
}

@@ -19,5 +19,5 @@ "use strict";

};
HelpCommand.args = [
{ name: 'command', required: false, description: 'Command to show help for.' },
];
HelpCommand.args = {
commands: core_1.Args.string({ required: false, description: 'Command to show help for.' }),
};
HelpCommand.strict = false;

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

{"version":"5.1.23","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.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}]}}}
{
"name": "@oclif/plugin-help",
"description": "Standard help for oclif.",
"version": "5.1.23",
"version": "5.2.0",
"author": "Salesforce",
"bugs": "https://github.com/oclif/plugin-help/issues",
"dependencies": {
"@oclif/core": "^1.24.0"
"@oclif/core": "^2.0.2-beta.6"
},

@@ -20,3 +20,3 @@ "devDependencies": {

"mocha": "^9.2.2",
"oclif": "^2.6.3",
"oclif": "^3.4.6",
"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