Socket
Socket
Sign inDemoInstall

@oclif/core

Package Overview
Dependencies
Maintainers
2
Versions
396
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oclif/core - npm Package Compare versions

Comparing version 3.26.8 to 3.26.9

6

lib/help/command.js

@@ -308,3 +308,7 @@ "use strict";

const command = (0, theme_1.colorize)(this.config?.theme?.command, '<%= command.id %>');
const commandDescription = (0, theme_1.colorize)(this.config?.theme?.sectionDescription, u.replace('<%= command.id %>', '').replace(standardId, '').replace(configuredId, '').trim());
const commandDescription = (0, theme_1.colorize)(this.config?.theme?.sectionDescription, u
.replace('<%= command.id %>', '')
.replace(new RegExp(`^${standardId}`), '')
.replace(new RegExp(`^${configuredId}`), '')
.trim());
const line = `${dollarSign} ${bin} ${command} ${commandDescription}`.trim();

@@ -311,0 +315,0 @@ if (line.length > allowedSpacing) {

2

package.json
{
"name": "@oclif/core",
"description": "base library for oclif CLIs",
"version": "3.26.8",
"version": "3.26.9",
"author": "Salesforce",

@@ -6,0 +6,0 @@ "bugs": "https://github.com/oclif/core/issues",

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