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: isaacs/node-lru-cache
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.5.0
Choose a base ref
...
head repository: isaacs/node-lru-cache
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.5.1
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Mar 14, 2022

  1. even more iteration protection

    There's really no way around checking if the iteration index is valid.
    This makes me a little bit sad, because testing for index validity is
    slow af. But I suppose cache.entries() and friends are not really likely
    to be used in performance-critical paths as much as set() and get().
    
    Re: #212
    isaacs committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    dd5b06a View commit details
    Browse the repository at this point in the history
  2. 7.5.1

    isaacs committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    e608eb8 View commit details
    Browse the repository at this point in the history
Loading