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.10 to 6.0.11

3

lib/commands/help.js

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

import { Args, Command, Flags, Help } from '@oclif/core';
import { Args, Command, Flags, loadHelpClass } from '@oclif/core';
export default class HelpCommand extends Command {

@@ -16,2 +16,3 @@ static args = {

const { argv, flags } = await this.parse(HelpCommand);
const Help = await loadHelpClass(this.config);
const help = new Help(this.config, { all: flags['nested-commands'] });

@@ -18,0 +19,0 @@ await help.showHelp(argv);

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

},
"version": "6.0.10"
"version": "6.0.11"
}
{
"name": "@oclif/plugin-help",
"description": "Standard help for oclif.",
"version": "6.0.10",
"version": "6.0.11",
"author": "Salesforce",

@@ -17,7 +17,7 @@ "bugs": "https://github.com/oclif/plugin-help/issues",

"@types/node": "^18",
"chai": "^4.3.10",
"chai": "^4.4.0",
"commitlint": "^17.8.1",
"eslint": "^8.56.0",
"eslint-config-oclif": "^5.0.0",
"eslint-config-oclif-typescript": "^3.0.31",
"eslint-config-oclif-typescript": "^3.0.34",
"eslint-config-prettier": "^9.1.0",

@@ -24,0 +24,0 @@ "husky": "^8.0.3",

Sorry, the diff of this file is not supported yet

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