Nothing Special   »   [go: up one dir, main page]

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: lodash/lodash
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.17.20
Choose a base ref
...
head repository: lodash/lodash
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.17.21
Choose a head ref
  • 3 commits
  • 10 files changed
  • 3 contributors

Commits on Feb 20, 2021

  1. Configuration menu
    Copy the full SHA
    3469357 View commit details
    Browse the repository at this point in the history
  2. Improve performance of toNumber, trim and trimEnd on large inpu…

    …t strings
    
    This prevents potential ReDoS attacks using `_.toNumber` and `_.trim*`
    as potential attack vectors.
    
    Closes #5065.
    falsyvalues authored and bnjmnt4n committed Feb 20, 2021
    4 Configuration menu
    Copy the full SHA
    c4847eb View commit details
    Browse the repository at this point in the history
  3. Bump to v4.17.21

    bnjmnt4n committed Feb 20, 2021
    13 Configuration menu
    Copy the full SHA
    f299b52 View commit details
    Browse the repository at this point in the history
Loading