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

@oclif/plugin-help

Package Overview
Dependencies
Maintainers
7
Versions
178
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 3.2.9 to 3.2.10

6

lib/list.js

@@ -20,3 +20,3 @@ "use strict";

left = stripAnsi(left);
output += wrap(left.trim(), opts.maxWidth, { hard: true, trim: false });
output += wrap(left.trim(), opts.maxWidth, { hard: true, trim: true });
}

@@ -27,3 +27,3 @@ if (right) {

output += '\n';
output += indent(wrap(right.trim(), opts.maxWidth - 2, { hard: true, trim: false }), 4);
output += indent(wrap(right.trim(), opts.maxWidth - 2, { hard: true, trim: true }), 4);
}

@@ -55,3 +55,3 @@ output += '\n\n';

right = stripAnsi(right);
right = wrap(right.trim(), opts.maxWidth - (maxLength + 2), { hard: true, trim: false });
right = wrap(right.trim(), opts.maxWidth - (maxLength + 2), { hard: true, trim: true });
// right = wrap(right.trim(), screen.stdtermwidth - (maxLength + 4), {hard: true, trim: false})

@@ -58,0 +58,0 @@ const [first, ...lines] = right.split('\n').map(s => s.trim());

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

{"version":"3.2.9","commands":{"help":{"id":"help","description":"display help for <%= config.bin %>","pluginName":"@oclif/plugin-help","pluginType":"core","aliases":[],"flags":{"all":{"name":"all","type":"boolean","description":"see all commands in CLI","allowNo":false}},"args":[{"name":"command","description":"command to show help for","required":false}]}}}
{"version":"3.2.10","commands":{"help":{"id":"help","description":"display help for <%= config.bin %>","pluginName":"@oclif/plugin-help","pluginType":"core","aliases":[],"flags":{"all":{"name":"all","type":"boolean","description":"see all commands in CLI","allowNo":false}},"args":[{"name":"command","description":"command to show help for","required":false}]}}}
{
"name": "@oclif/plugin-help",
"description": "standard help for oclif",
"version": "3.2.9",
"version": "3.2.10",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/plugin-help/issues",
"dependencies": {
"@oclif/command": "^1.8.5",
"@oclif/config": "^1.17.1",
"@oclif/command": "^1.8.6",
"@oclif/config": "^1.18.1",
"@oclif/errors": "^1.3.5",

@@ -17,3 +17,3 @@ "chalk": "^4.1.2",

"widest-line": "^3.1.0",
"wrap-ansi": "^4.0.0"
"wrap-ansi": "^6.2.0"
},

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

"@oclif/plugin-legacy": "^1.2.2",
"@oclif/plugin-plugins": "^1.10.4",
"@oclif/plugin-plugins": "^1.10.6",
"@oclif/test": "^1.2.8",

@@ -26,0 +26,0 @@ "@types/chai": "^4.1.7",

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