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: caolan/async Loading
base: v2.6.3
Choose a base ref
...
head repository: caolan/async Loading
compare: v2.6.4
Choose a head ref
  • 4 commits
  • 8 files changed
  • 3 contributors

Commits on Apr 13, 2022

  1. Fix prototype pollution vulnerability (#1828)

    (cherry picked from commit e1ecdbf)
    
    Conflicts:
      lib/internal/iterator.js
      test/mapValues.js
    
    NOTE(mriedem): The conflicts are due to:
    
    - e475117 for iterator.js;
      resolution was trivial
    - bd86f42 for mapValues.js;
      resolution was just copying the test change into the old
      test file before it was moved
    
    This is a 2.x series backport for
    https://nvd.nist.gov/vuln/detail/CVE-2021-43138.
    
    Co-authored-by: Alexander Early <[email protected]>
    mriedem and aearly committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    8f7f903 View commit details
    Browse the repository at this point in the history
  2. update changelog

    hargasinski committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    4df6754 View commit details
    Browse the repository at this point in the history
  3. Update built files

    hargasinski committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    8870da9 View commit details
    Browse the repository at this point in the history
  4. Version 2.6.4

    hargasinski committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    c6bdaca View commit details
    Browse the repository at this point in the history
Loading