Comparing version 1.0.28 to 1.0.29
{ | ||
"name": "as-table", | ||
"version": "1.0.28", | ||
"version": "1.0.29", | ||
"description": "A simple function that print objects / arrays as ASCII tables. Supports ANSI styling — escape codes won't break the layout.", | ||
@@ -64,4 +64,4 @@ "main": "build/as-table.js", | ||
"dependencies": { | ||
"printable-characters": "^1.0.36" | ||
"printable-characters": "^1.0.37" | ||
} | ||
} |
@@ -5,3 +5,3 @@ # as-table | ||
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). **UPD:** now supports `right: true` alignment option! | ||
A simple function that print objects and arrays as ASCII tables. Supports ANSI styling and weird 💩 Unicode symbols (they won't break the layout), thanks to [`printable-characters`](https://github.com/xpl/printable-characters). | ||
@@ -8,0 +8,0 @@ ```bash |
Sorry, the diff of this file is too big to display
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
263558
Updatedprintable-characters@^1.0.37