npm express-xml-bodyparser 0.2.1
More resiliant to malformed input

latest releases: 0.3.0, 0.2.2
8 years ago

Highlights

Thanks to the help of @fiznool the middleware handles more cases of bad input data!

Changes:

  • Until Leonidas-from-XIV/node-xml2js#229 is merged upstream the xml-body-parser is operating in synchronous mode. This should have little to no impact on operations as long as the incoming data is relatively small in size, and/or the number of concurrent connections doesn't approach the levels of high volume sites. There will be a new minor release reverting behavior back to asynchronous mode, once the aforementioned PR has been merged and a new release has been made.

In return, the parser operates in way better shape to malformed input (aka. invalid) data.

Don't miss a new express-xml-bodyparser release

NewReleases is sending notifications on new releases.