Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

terminal-table

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terminal-table - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

test/zero.js

7

index.js

@@ -231,2 +231,5 @@ var eaw = require("eastasianwidth");

this.init(row, column);
if(!text && text !== 0){
return;
}
this.table[row][column].text = text + "";

@@ -241,3 +244,3 @@ };

for(var i = 0, l = items.length;i < l;i++){
this.cell(rowIndex, i, items[i] || "");
this.cell(rowIndex, i, items[i]);
}

@@ -293,3 +296,3 @@ };

for(var i = 0, l = items.length;i < l;i++){
this.cell(row, i, items[i] || "");
this.cell(row, i, items[i]);
}

@@ -296,0 +299,0 @@ };

{
"name": "terminal-table",
"version": "0.0.10",
"version": "0.0.11",
"description": "View a table in the terminal.",

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

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