Socket
Socket
Sign inDemoInstall

tty-table

Package Overview
Dependencies
6
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.7.4 to 2.7.5

examples/template-literal-cell-value.js

4

package.json
{
"name": "tty-table",
"version": "2.7.4",
"version": "2.7.5",
"description": "Command line table generator.",

@@ -39,3 +39,3 @@ "main": "src/main.js",

"csv": "^5.1.1",
"smartwrap": "^1.0.12",
"smartwrap": "^1.1.0",
"strip-ansi": "^5.2.0",

@@ -42,0 +42,0 @@ "wcwidth": "^1.0.1",

@@ -256,3 +256,3 @@ let StripAnsi = require("strip-ansi");

totalWidth += config.marginLeft;
//if sum of all widths exceeds viewport, resize proportionately to fit

@@ -259,0 +259,0 @@ if(process && process.stdout && totalWidth > process.stdout.columns){

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc