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.42.2 to 0.43.0

16

dist/index.d.ts

@@ -51,9 +51,17 @@ import * as _clerc_core from '@clerc/core';

showHelpWhenNoCommand?: boolean;
/** Global notes. */
/**
* Global notes.
*/
notes?: string[];
/** Global examples. */
/**
* Global examples.
*/
examples?: [string, string][];
/** Banner. */
/**
* Banner.
*/
banner?: string;
/** Renderers. */
/**
* Renderers.
*/
renderers?: Renderers;

@@ -60,0 +68,0 @@ }

@@ -334,3 +334,3 @@ import { Root, formatCommandName, definePlugin, withBrackets, NoSuchCommandError } from '@clerc/core';

}
cli.inspector((ctx, next) => {
cli.interceptor((ctx, next) => {
const shouldShowHelp = ctx.flags.help;

@@ -337,0 +337,0 @@ if (!ctx.hasRootOrAlias && ctx.raw._.length === 0 && showHelpWhenNoCommand && !shouldShowHelp) {

{
"name": "@clerc/plugin-help",
"version": "0.42.2",
"version": "0.43.0",
"author": "Ray <i@mk1.io> (https://github.com/so1ve)",

@@ -51,7 +51,7 @@ "type": "module",

"dependencies": {
"@types/text-table": "^0.2.2",
"@types/text-table": "^0.2.3",
"string-width": "^6.1.0",
"text-table": "^0.2.0",
"yoctocolors": "^1.0.0",
"@clerc/utils": "0.42.2"
"@clerc/utils": "0.43.0"
},

@@ -58,0 +58,0 @@ "peerDependencies": {

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