multer
multer copied to clipboard
#790 bump busboy up to solve encoding bug
busboy in package json version(^0.2.11 = 0.2.14) does not handle multi fields in content-disposition. so i bump up the version and fix all minor api breaking changes of busboy.
A CVE is now associated with the dicer package. Upgrading to at least 1.0.0 of busboy removes dicer from multer's transitive dependency list.
https://github.com/mscdex/busboy/issues/250 https://security.snyk.io/vuln/SNYK-JS-DICER-2311764
Two problems here:
- The change is not formated: do
./node_modules/.bin/standard --fix - The tests are failing:
npm run test
Error Handling: should report errors from busboy parsingUnicode: 2) should handle unicode filenames
Two problems here:
What the version of node.js? I've reproduced it on node v10.
@mrded unicode issue solution is in this PR https://github.com/expressjs/multer/pull/1102
This is done and discussed in #1097, currently it's published as 1.4.5-lts.1