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: npm/node-semver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.6.1
Choose a base ref
...
head repository: npm/node-semver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.6.2
Choose a head ref
  • 2 commits
  • 4 files changed
  • 3 contributors

Commits on May 9, 2024

  1. fix(lru): use map.delete() directly (#713)

    The default implementation already returns boolean if the value has been
    deleted.
    
    
    https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map/delete#return_value
    
    It's also faster since we don't double check the hashmap for a value.
    
    ---------
    
    Co-authored-by: Luke Karrys <luke@lukekarrys.com>
    negezor and lukekarrys committed May 9, 2024
    1 Configuration menu
    Copy the full SHA
    6466ba9 View commit details
    Browse the repository at this point in the history
  2. chore: release 7.6.2 (#714)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [7.6.2](v7.6.1...v7.6.2)
    (2024-05-09)
    
    ### Bug Fixes
    
    *
    [`6466ba9`](6466ba9)
    [#713](#713) lru: use
    map.delete() directly (#713) (@negezor, @lukekarrys)
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed May 9, 2024
    Configuration menu
    Copy the full SHA
    eb1380b View commit details
    Browse the repository at this point in the history
Loading