Socket
Socket
Sign inDemoInstall

jackspeak

Package Overview
Dependencies
12
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.2 to 2.2.3

2

dist/cjs/index.js

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

const configIndent = indent(Math.max(headingLevel, 2));
if (row.left.length > maxWidth - 2) {
if (row.left.length > maxWidth - 3) {
ui.div({ text: row.left, padding: [0, 0, 0, configIndent] });

@@ -654,0 +654,0 @@ ui.div({ text: row.text, padding: [0, 0, 0, maxWidth] });

@@ -643,3 +643,3 @@ import { inspect } from 'node:util';

const configIndent = indent(Math.max(headingLevel, 2));
if (row.left.length > maxWidth - 2) {
if (row.left.length > maxWidth - 3) {
ui.div({ text: row.left, padding: [0, 0, 0, configIndent] });

@@ -646,0 +646,0 @@ ui.div({ text: row.text, padding: [0, 0, 0, maxWidth] });

{
"name": "jackspeak",
"version": "2.2.2",
"version": "2.2.3",
"description": "A very strict and proper argument parser.",

@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js",

Sorry, the diff of this file is not supported yet

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