-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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.23
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: lodash/lodash
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.18.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 12 files changed
- 3 contributors
Commits on Jan 21, 2026
-
doc: fix quotes in compact jsdoc (#6090)
the jsdoc was updated, but it used some straight quotes where backticks were desired
Configuration menu - View commit details
-
Copy full SHA for 62b439f - Browse repository at this point
Copy the full SHA 62b439fView commit details
Commits on Feb 6, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 35bb1d9 - Browse repository at this point
Copy the full SHA 35bb1d9View commit details
Commits on Feb 23, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 0783181 - Browse repository at this point
Copy the full SHA 0783181View commit details
Commits on Mar 25, 2026
-
Configuration menu - View commit details
-
Copy full SHA for b819080 - Browse repository at this point
Copy the full SHA b819080View commit details
Commits on Mar 30, 2026
-
refactor(fromPairs): use baseAssignValue for consistent assignment (#…
…6153) * fix(fromPairs): use baseAssignValue for consistent assignmenet * chore: update dist/
Configuration menu - View commit details
-
Copy full SHA for 18ba0a3 - Browse repository at this point
Copy the full SHA 18ba0a3View commit details -
fix: block prototype pollution in baseUnset via constructor/prototype…
… traversal Block `constructor` and `prototype` unconditionally as non-terminal traversal keys in baseUnset, matching the approach already used by baseSet. The previous guard only blocked the specific two-key sequence `constructor` → `prototype`, allowing attackers to: - Delete static methods from built-in constructors (Object.keys, Array.isArray, String.fromCharCode) via paths like `['constructor', 'keys']` - Delete built-in prototype methods (toFixed, toLowerCase, valueOf) via primitive roots like `_.unset(0, 'constructor.prototype.toFixed')` - Bypass checks entirely using array-wrapped path segments like `[['constructor'], ['keys']]` which evaded the string-only key check The primitive root exception that previously allowed constructor.prototype traversal from primitives (e.g., `_.unset(0, 'constructor.prototype.a')`) is removed as it enabled deletion of properties on shared built-in prototypes. Path segments are now normalized with toKey() before validation.
Configuration menu - View commit details
-
Copy full SHA for fe8d32e - Browse repository at this point
Copy the full SHA fe8d32eView commit details -
fix: validate imports keys in _.template
Fixes an incomplete patch for CVE-2021-23337. The `variable` option was validated against `reForbiddenIdentifierChars` but `importsKeys` was left unguarded, allowing code injection via the same `Function()` constructor sink. This patch: 1. Validates `importsKeys` against `reForbiddenIdentifierChars` 2. Replaces `assignInWith` with `assignWith` when merging imports Ref: https://github.com/lodash/lodash/security/advisories/GHSA-r5fr-rjxr-66jc Ref: CVE-2026-4800 --------- Co-authored-by: Jon Church <me@jonchurch.com>
Configuration menu - View commit details
-
Copy full SHA for 879aaa9 - Browse repository at this point
Copy the full SHA 879aaa9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1073a76 - Browse repository at this point
Copy the full SHA 1073a76View commit details
Commits on Mar 31, 2026
-
Configuration menu - View commit details
-
Copy full SHA for af63457 - Browse repository at this point
Copy the full SHA af63457View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59be2de - Browse repository at this point
Copy the full SHA 59be2deView commit details
Loading
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 4.17.23...4.18.0