Socket
Socket
Sign inDemoInstall

clipanion

Package Overview
Dependencies
1
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.0-rc.5 to 3.2.0-rc.6

2

lib/format.js

@@ -46,3 +46,3 @@ 'use strict';

// Single newlines are removed; larger than that are collapsed into one
text = text.replace(/\n(\n)?\n*/g, `$1`);
text = text.replace(/\n(\n)?\n*/g, ($0, $1) => $1 ? $1 : ` `);
if (paragraphs) {

@@ -49,0 +49,0 @@ text = text.split(/\n/).map(paragraph => {

{
"name": "clipanion",
"version": "3.2.0-rc.5",
"description": "Type-safe CLI library / framework with no runtime dependencies",
"keywords": [
"cli",
"typescript",
"parser",
"parsing",
"argument",
"args",
"option",
"command"
],
"version": "3.2.0-rc.6",
"main": "lib/advanced/index",

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc