Socket
Socket
Sign inDemoInstall

clipanion

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clipanion - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

4

lib/advanced/Cli.js

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

const examples = typeof commandClass.usage.examples !== `undefined`
? commandClass.usage.examples.map(([label, cli]) => [format_1.formatMarkdownish(label, false), format_1.formatMarkdownish(cli, false)])
? commandClass.usage.examples.map(([label, cli]) => [format_1.formatMarkdownish(label, false), cli.replace(/\$0/g, this.binaryName)])
: undefined;

@@ -209,3 +209,3 @@ data.push({ path, usage, category, description, details, examples });

.replace(/^/m, ` ${chalk_1.default.bold(prefix)}`)
.replace(/\$0/m, this.binaryName)
.replace(/\$0/g, this.binaryName)
+ `\n`;

@@ -212,0 +212,0 @@ }

{
"name": "clipanion",
"version": "2.1.2",
"version": "2.1.3",
"main": "lib/advanced",

@@ -5,0 +5,0 @@ "license": "MIT",

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