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.12.3 to 0.12.4

4

dist/index.js

@@ -116,3 +116,3 @@ import { definePlugin, resolveCommand, NoSuchCommandError } from '@clerc/core';

}
console.log(render(sections));
process.stdout.write(render(sections));
};

@@ -162,3 +162,3 @@ const showSubcommandHelp = (ctx, command) => {

}
console.log(render(sections));
process.stdout.write(render(sections));
};

@@ -165,0 +165,0 @@ const helpPlugin = ({

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

@@ -54,8 +54,8 @@ "description": "Clerc plugin help",

"dependencies": {
"@clerc/toolkit": "0.12.3",
"@clerc/utils": "0.12.3",
"picocolors": "^1.0.0"
"picocolors": "^1.0.0",
"@clerc/toolkit": "0.12.4",
"@clerc/utils": "0.12.4"
},
"devDependencies": {
"@clerc/core": "0.12.3"
"@clerc/core": "0.12.4"
},

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