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: runk/node-maxmind
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.3.21
Choose a base ref
...
head repository: runk/node-maxmind
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.3.22
Choose a head ref
  • 8 commits
  • 1 file changed
  • 3 contributors

Commits on Sep 1, 2024

  1. chore(deps): update dependency ts-jest to v29.2.5 (#856)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 1, 2024
    Copy the full SHA
    d27c9d3 View commit details
  2. chore(deps): update dependency @types/node to v20.16.2 (#857)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 1, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    96361a7 View commit details
  3. chore(deps): update dependency semantic-release to v24.1.0

    renovate[bot] committed Sep 1, 2024
    Copy the full SHA
    c7ee126 View commit details
  4. chore(deps): update dependency @types/node to v20.16.3

    renovate[bot] committed Sep 1, 2024
    Copy the full SHA
    c2c31a3 View commit details

Commits on Oct 1, 2024

  1. chore(deps): update dependency @types/jest to v29.5.13 (#860)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 1, 2024
    Copy the full SHA
    8d9c29c View commit details
  2. Reload db when it was actually modified (#850)

    * Reload db when it was actually modified
    
    [From Node.js documentation:](https://nodejs.org/docs/latest/api/fs.html#fswatchfilefilename-options-listener)
    
    > To be notified when the file was modified, not just accessed, it is necessary to compare `curr.mtimeMs` and `prev.mtimeMs`.
    
    * fix tests attempt
    frenzzy authored Oct 1, 2024
    Copy the full SHA
    2ad9051 View commit details
  3. Revert "Reload db when it was actually modified (#850)" (#862)

    This reverts commit 2ad9051.
    runk authored Oct 1, 2024
    Copy the full SHA
    8a38c05 View commit details
  4. chore(deps): update dependency @types/node to v20.16.10

    renovate[bot] committed Oct 1, 2024
    Copy the full SHA
    095d25c View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 package.json
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -31,17 +31,17 @@
},
"devDependencies": {
"@types/ip6addr": "0.2.6",
"@types/jest": "29.5.12",
"@types/jest": "29.5.13",
"@types/netmask": "2.0.5",
"@types/node": "20.14.13",
"@types/node": "20.16.10",
"@types/sinon": "17.0.3",
"ip-address": "9.0.5",
"ip6addr": "0.2.5",
"jest": "29.7.0",
"prettier": "3.3.3",
"semantic-release": "24.0.0",
"semantic-release": "24.1.0",
"sinon": "18.0.0",
"ts-jest": "29.2.4",
"ts-jest": "29.2.5",
"typescript": "5.5.4"
},
"repository": {