cli-tableau
cli-tableau copied to clipboard
Pretty unicode tables for the CLI with Node.JS
Hello π I run a security community that finds and fixes vulnerabilities in OSS. A researcher (@ilaygoldman) has found a potential issue, which I would be eager to share with...
I have made the necessary changes and tests to demonstrate that the prototype pollution security flaw is corrected within this library. I included some code reformatting as well as proper...
If the content of a column exceeds the width and ansi color code is used, it will result in an abnormal character truncation. as the picture shows: 
Hi @Unitech @rauchg I have opened a PR (https://github.com/418sec/cli-tableau/pull/1) which will fix the a possible Prototype Pollution bug in cli-tableau. Please take a review. If you are fine with that...
using node 14.x/15.x, the `right` align feature does not appear to work. It may be because the padEnd function does not have 3 parameters. So for now I just copied...
This issue is related to issue with PM2 (https://github.com/Unitech/pm2/issues/4369) After the table is printed to console, it oddly leaves font bold & bright white:  Wonder if cli-tableau dev team...
like this demo: ```js var table = new Table({ head: ['name', 'version'] }); table.push(['ε‘η', '1.0.0']); console.log(table.toString()); ``` The border in the vertical direction will be misaligned, like: ββββββ¬ββββββββ β nameβ...