node-compat-tables is built on top of Kangax's hard work. The majority of the credit needs to be given to the contributors of that project.
Although Kangax's compat table is amazing, it focuses on the entire Javascript ecosystem. As a Node.js developer- I, thankfully, do not need to be super concerned with all of the flavors out there. What I do need are deeper insights in the variations across the fast moving versions of Node.js. So, I created node-compat-table.
It works by running a script that imports the
latest set of ES6 ES2015 tests from the compat-table project and running
them against several versions of node PLUS
the nightly build. The results are committed/published here.