New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@clerc/plugin-help

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clerc/plugin-help - npm Package Compare versions

Comparing version 0.25.0 to 0.25.1

9

dist/index.js

@@ -168,5 +168,8 @@ import { definePlugin, Root, withBrackets, resolveCommand, NoSuchCommandError, formatCommandName } from '@clerc/core';

const sections = [];
generateCliDetail(sections, cli, subcommand);
generateCliDetail(sections, cli, {
...subcommand,
name: formatCommandName(command)
});
const parameters = ((_a = subcommand.parameters) == null ? void 0 : _a.join(" ")) || void 0;
const commandName = ctx.name === Root ? "" : ` ${formatCommandName(subcommand.name)}`;
const commandName = ` ${formatCommandName(command)}`;
const parametersString = parameters ? ` ${parameters}` : "";

@@ -263,2 +266,4 @@ const flagsString = subcommand.flags ? " [flags]" : "";

}
} else {
printHelp(generateSubcommandHelp(render, ctx, ctx.raw._));
}

@@ -265,0 +270,0 @@ } else {

{
"name": "@clerc/plugin-help",
"version": "0.25.0",
"version": "0.25.1",
"author": "Ray <nn_201312@163.com> (https://github.com/so1ve)",

@@ -57,7 +57,7 @@ "description": "Clerc plugin help",

"picocolors": "^1.0.0",
"@clerc/toolkit": "0.25.0",
"@clerc/utils": "0.25.0"
"@clerc/toolkit": "0.25.1",
"@clerc/utils": "0.25.1"
},
"devDependencies": {
"@clerc/core": "0.25.0"
"@clerc/core": "0.25.1"
},

@@ -64,0 +64,0 @@ "scripts": {

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