springernature / shunter

A Node.js application built to read JSON and translate it into HTML
GNU Lesser General Public License v3.0
237 stars 28 forks source link

V4 hotifx #339

Closed jpw closed 3 years ago

jpw commented 3 years ago

This PR fixes a bug in the previous version caused by an update to "http-proxy" to "~1.18.1" which should not have have broken client apps, but could have.

Please note the code style is a reflection of required compatibility with node 4. This means no let, const, arrow fns, async/await, etc.