nestjs-multer-extended
nestjs-multer-extended copied to clipboard
💪 Extended MulterModule for NestJS with flexible S3 upload and helpful features
Bumps [trim-off-newlines](https://github.com/stevemao/trim-off-newlines) from 1.0.1 to 1.0.3. Commits c3b28d3 1.0.3 6226c95 Merge pull request #4 from Trott/fix-it-again c77691d fix: remediate ReDOS further 76ca93c chore: pin mocha to version that works with...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...
Bumps [simple-get](https://github.com/feross/simple-get) from 3.1.0 to 3.1.1. Commits 496166d 3.1.1 6eb82c0 Bug fix: Thirdparty cookie leak See full diff in compare view Maintainer changes This version was pushed to npm by...
This is to update the Sharp dependency and avoid the following issue: https://github.com/lovell/sharp/issues/2570
Hi, I noticed that this module supports only one file upload at a time. Is there any plan to support uploading multiple/array of files? (using `@UploadedFiles` decorator). Thank you 😁
Updated packages to support NestJs 8
Hi, is it possible to add the suffix to the file name and not the extension? Current naming (resized lg): 58757eba-c286-46f0-b3c5-3c27473d7c2c.jpeg**-lg** Expected naming behavior: 58757eba-c286-46f0-b3c5-3c27473d7c2c**-lg**.jpeg
Shows the suffix after filename, not after the extension
Currently the package doesn't work if you are using a Mac with an M1 chip because of the sharp package listed in the dependencies: Part of the stack trace can...