Comparing version 1.0.21 to 1.0.22
@@ -82,4 +82,2 @@ "use strict"; | ||
dash: '-' | ||
}) | ||
}) |
{ | ||
"name": "as-table", | ||
"version": "1.0.21", | ||
"description": "A simple function that print objects as ASCII tables. Supports ANSI styling, escape codes won't break the layout.", | ||
"version": "1.0.22", | ||
"description": "A simple function that print objects / arrays as ASCII tables. Supports ANSI styling — escape codes won't break the layout.", | ||
"main": "as-table.js", | ||
@@ -25,2 +25,9 @@ "scripts": { | ||
"print table", | ||
"object as table", | ||
"array as table", | ||
"text table", | ||
"array table", | ||
"object table", | ||
"array format", | ||
"columns", | ||
"as table", | ||
@@ -27,0 +34,0 @@ "tablefy", |
@@ -5,3 +5,3 @@ # as-table | ||
A simple function that print objects as ASCII tables. Supports ANSI styling (escape codes won't break the layout), thanks to [`printable-characters`](https://github.com/xpl/printable-characters). | ||
A simple function that print objects and arrays as ASCII tables. Supports ANSI styling (escape codes won't break the layout), thanks to [`printable-characters`](https://github.com/xpl/printable-characters). | ||
@@ -8,0 +8,0 @@ ```bash |
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
16023
158