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: v10.4.2
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: v10.4.3
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jul 9, 2024

  1. remove engines restriction

    Fix: #341
    isaacs committed Jul 9, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    66aa00d View commit details
  2. 10.4.3

    isaacs committed Jul 9, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    228d719 View commit details
Showing with 3 additions and 6 deletions.
  1. +2 −2 package-lock.json
  2. +1 −4 package.json
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
"tag": "legacy-v10"
},
"description": "A cache object that deletes the least-recently-used items.",
"version": "10.4.2",
"version": "10.4.3",
"author": "Isaac Z. Schlueter <i@izs.me>",
"keywords": [
"mru",
@@ -70,9 +70,6 @@
"files": [
"dist"
],
"engines": {
"node": "14 || 16 || 18 || 20 || >=22"
},
"prettier": {
"semi": false,
"printWidth": 70,