Socket
Socket
Sign inDemoInstall

tty-table

Package Overview
Dependencies
7
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.6.2 to 2.6.3

2

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

@@ -5,0 +5,0 @@ "main": "src/main.js",

@@ -210,4 +210,5 @@ let Merge = require("merge");

let cellValue;
let cellOptions = Merge(true,{},config,
let cellValue;
let merge = typeof Object.assign === 'function' ? Object.assign : Merge
let cellOptions = merge(true,{},config,
(rowType === 'body') ?

@@ -214,0 +215,0 @@ config.columnSettings[columnIndex] : {}, //ignore columnSettings for footer

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