terminal-table
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52042
15
454