-
-
Notifications
You must be signed in to change notification settings - Fork 20
Comparing changes
Open a pull request
base repository: fastify/busboy
base: v3.1.1
head repository: fastify/busboy
compare: v3.2.0
- 15 commits
- 15 files changed
- 4 contributors
Commits on Jan 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 165ae66 - Browse repository at this point
Copy the full SHA 165ae66View commit details
Commits on Feb 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 15cb661 - Browse repository at this point
Copy the full SHA 15cb661View commit details
Commits on Mar 1, 2025
-
build(deps-dev): bump typescript from 5.7.3 to 5.8.2 (#184)
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.7.3 to 5.8.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.7.3...v5.8.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5fe0dd8 - Browse repository at this point
Copy the full SHA 5fe0dd8View commit details
Commits on Mar 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for fda864d - Browse repository at this point
Copy the full SHA fda864dView commit details
Commits on Mar 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a16b776 - Browse repository at this point
Copy the full SHA a16b776View commit details
Commits on Mar 30, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 951c984 - Browse repository at this point
Copy the full SHA 951c984View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85fe251 - Browse repository at this point
Copy the full SHA 85fe251View commit details
Commits on Apr 1, 2025
-
build(deps-dev): bump tinybench from 3.1.1 to 4.0.1 (#189)
Bumps [tinybench](https://github.com/tinylibs/tinybench) from 3.1.1 to 4.0.1. - [Release notes](https://github.com/tinylibs/tinybench/releases) - [Commits](tinylibs/tinybench@v3.1.1...v4.0.1) --- updated-dependencies: - dependency-name: tinybench dependency-version: 4.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c1bfcee - Browse repository at this point
Copy the full SHA c1bfceeView commit details
Commits on May 1, 2025
-
build(deps-dev): bump tsd from 0.31.2 to 0.32.0 (#190)
Bumps [tsd](https://github.com/tsdjs/tsd) from 0.31.2 to 0.32.0. - [Release notes](https://github.com/tsdjs/tsd/releases) - [Commits](tsdjs/tsd@v0.31.2...v0.32.0) --- updated-dependencies: - dependency-name: tsd dependency-version: 0.32.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 387f1ff - Browse repository at this point
Copy the full SHA 387f1ffView commit details
Commits on Jun 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4c11153 - Browse repository at this point
Copy the full SHA 4c11153View commit details
Commits on Jul 1, 2025
-
Signed-off-by: Matteo Collina <hello@matteocollina.com>
Configuration menu - View commit details
-
Copy full SHA for 648e1b2 - Browse repository at this point
Copy the full SHA 648e1b2View commit details -
build(deps-dev): bump @types/node from 22.15.34 to 24.0.8 (#195)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.15.34 to 24.0.8. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 24.0.8 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7c4f733 - Browse repository at this point
Copy the full SHA 7c4f733View commit details
Commits on Aug 1, 2025
-
build(deps-dev): bump typescript from 5.8.3 to 5.9.2 (#196)
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.8.3 to 5.9.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](microsoft/TypeScript@v5.8.3...v5.9.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 32c698f - Browse repository at this point
Copy the full SHA 32c698fView commit details
Commits on Aug 14, 2025
-
fix: enforce RFC 2183/7578 compliance for quoted Content-Disposition …
…parameters (#194) Properly parse Content-Disposition filename parameters by stopping at the closing quote instead of continuing to parse characters after it. This fixes the security issue where filename="payload.jpg".html was incorrectly parsed as payload.jpg.html instead of payload.jpg. The fix ensures that quoted parameter values are correctly terminated at their closing quotes, preventing potential security vulnerabilities from malformed Content-Disposition headers.
Configuration menu - View commit details
-
Copy full SHA for 5c838c6 - Browse repository at this point
Copy the full SHA 5c838c6View commit details
Commits on Aug 16, 2025
-
Signed-off-by: Matteo Collina <hello@matteocollina.com>
Configuration menu - View commit details
-
Copy full SHA for 16dbef7 - Browse repository at this point
Copy the full SHA 16dbef7View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.1.1...v3.2.0