busboy

A streaming parser for HTML form data for node.js

MIT License

Downloads
31.2M
Stars
68
Committers
26

Bot releases are visible (Hide)

busboy - v2.1.1 Latest Release

Published by gurgunday 8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/busboy/compare/v2.1.0...v2.1.1

busboy - v2.1.0

Published by Eomm 11 months ago

What's Changed

Full Changelog: https://github.com/fastify/busboy/compare/2.0.0...v2.1.0

busboy - v2.0.0

Published by Eomm 11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/busboy/compare/v1.2.1...v2.0.0

busboy - 2.0.0

Published by kibertoad about 1 year ago

busboy - v1.2.1

Published by Eomm almost 2 years ago

What's Changed

Full Changelog: https://github.com/fastify/busboy/compare/v1.2.0...v1.2.1

busboy - v1.2.0

Published by Eomm almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/busboy/compare/1.1.0...v1.2.0

busboy - 1.1.0

Published by kibertoad over 2 years ago

1.1.0 - 09 June, 2022

  • Fix potential ReDOS-Attack-Vector in Headerparser (#72)
  • Improve array parse performances (#69)
  • Export Dicer library (#90)
busboy - 1.0.0

Published by kibertoad almost 3 years ago

1.0.0 - 04 December, 2021

  • Prevent malformed headers from crashing the web server (#34)
  • Prevent empty parts from hanging the process (#55)
  • Use non-deprecated Buffer creation (#8, #10)
  • Include TypeScript types in the package itself (#13)
  • Make busboy importable both as ESM and as CJS module (#61)
  • Improve performance (#21, #32, #36)
  • Set autoDestroy to false by default in order to avoid regressions when upgrading from Node.js 12 to Node.js 14 (#9)
  • Add option isPartAFile, to make the file-detection configurable (#53)
  • Add property bytesRead on FileStreams (#51)
  • Add and expose headerSize limit (#64)
  • Throw an error on non-number limit (#7)
  • Use the native TextDecoder and the package text-decoding for fallback if Node.js does not support the requested encoding (#50)
  • Integrate dicer dependency into busboy itself (#14)
  • Convert tests to Mocha (#11, #12, #22, #23)
  • Implement better benchmarks (#40, #54)
  • Use JavaScript Standard style (#44, #45)