Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: expressjs/body-parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.2
Choose a base ref
...
head repository: expressjs/body-parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.0
Choose a head ref
  • 17 commits
  • 12 files changed
  • 5 contributors

Commits on Oct 31, 2024

  1. 2.0.2

    PR-URL: #554
    Signed-off-by: Ulises Gascon <ulisesgascongonzalez@gmail.com>
    UlisesGascon committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    a92da8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51e90e7 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    80fbb76 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2025

  1. Configuration menu
    Copy the full SHA
    a45a451 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee8bd68 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2025

  1. Configuration menu
    Copy the full SHA
    23dc867 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2025

  1. refactor: prefix built-in node module imports

    Align with changes introduced in expressjs/express#6236 by prefixing all built-in Node.js module imports with 'node:'.
    
    Reference: expressjs/express#6236
    Phillip9587 authored and wesleytodd committed Jan 23, 2025
    Configuration menu
    Copy the full SHA
    91c9199 View commit details
    Browse the repository at this point in the history
  2. fix: remove obsolete dependency destroy

    The [`destroy`](https://www.npmjs.com/package/destroy) package was was used to handle stream destruction across legacy Node.js versions (>=0.8), addressing bugs in specific versions. Since we now officially support only Node.js 18 and newer, we can safely remove this dependency and replace it with a direct call to `stream.destroy()`.
    Phillip9587 authored and wesleytodd committed Jan 23, 2025
    Configuration menu
    Copy the full SHA
    07a8f59 View commit details
    Browse the repository at this point in the history
  3. cleanup: remove obsolete test env file

    The `test/support/env.js` file contained the definition of an environment variable which was only used to silence [`depd`](https://www.npmjs.com/package/depd) during tests. Since `depd` is not used anymore, we can safely remove the file.
    Phillip9587 authored and wesleytodd committed Jan 23, 2025
    Configuration menu
    Copy the full SHA
    17c3999 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0f261e View commit details
    Browse the repository at this point in the history
  5. Add caret for body-parser dependencies

    Mauricio Guzman authored and wesleytodd committed Jan 23, 2025
    Configuration menu
    Copy the full SHA
    41abe6d View commit details
    Browse the repository at this point in the history
  6. ci: add CodeQL (SAST)

    bjohansebas authored and wesleytodd committed Jan 23, 2025
    Configuration menu
    Copy the full SHA
    732a7cc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f1380f5 View commit details
    Browse the repository at this point in the history
  8. fix: cleanup history.md

    wesleytodd committed Jan 23, 2025
    Configuration menu
    Copy the full SHA
    2fd8701 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a729397 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2025

  1. Configuration menu
    Copy the full SHA
    2e4fe6b View commit details
    Browse the repository at this point in the history
  2. 2.1.0

    wesleytodd committed Feb 10, 2025
    Configuration menu
    Copy the full SHA
    eedea54 View commit details
    Browse the repository at this point in the history
Loading