Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 29, 2025

Bumps range_check from 1.4.0 to 4.1.0.

Changelog

Sourced from range_check's changelog.

1.4.0 (Jul 23, 2016)

  • added isV4 and isV6 functions
  • Fixed issue #12
  • Added storeIP, searchIP and displayIP functions

2.0.0 (June 30, 2020)

  • Converted project over to Typescript!
  • Breaking: No more export alias, including for the misspelled ones left for backwards compatibility in prior versions.
  • Breaking: version is now fully spelled out instead of ver.
  • Breaking: Lowercase now being used for storeIP and displayIP https://stackoverflow.com/a/27510980/458642 - This matches the RFC that states The characters "a", "b", "c", "d", "e", and "f" in an IPv6 address MUST be represented in lowercase.. So if you stored any of this where case-sensitivity might matter such as perhaps a database index, make sure you correct that before upgrading!

3.0.0 (June 27, 2024)

3.1.0 (July 18, 2024)

  • Added isPrivateIP function

3.2.0 (July 18, 2024)

  • Added isIPInRangeOrPrivate function

4.0.0 (May 17, 2025)

  • Enhanced isPrivateIP to check IPv4-mapped IPv6 addresses (e.g., ::ffff:192.168.1.1) for private ranges
  • Added automatic README version updating from package.json during build
  • Switched from Biome to Prettier for code formatting
  • Cleaned up leftover configuration from bun-lib-starter template
  • Fixed repository links in package.json

4.1.0 (May 26, 2025)

  • Added IPFingerprint function for creating consistent fingerprints from IP addresses
    • For IPv4: Uses the full address
    • For IPv6: Uses only the /64 network prefix (first 4 segments)
  • Added IPFingerprintHashed asynchronous function that creates SHA-256 hashed fingerprints
    • Uses Web Crypto API for cross-environment compatibility (browsers and Node.js/Bun)
    • Only hashes the IP address part, not the type prefix
  • Both functions properly handle special cases:
    • IPv4-mapped IPv6 addresses
    • IPv6 ULA ranges (fd00::/8)
    • Loopback addresses (::1)
    • Documentation prefixes (2001:db8::/32)
    • Global unicast addresses
Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [range_check](https://github.com/keverw/range_check) from 1.4.0 to 4.1.0.
- [Changelog](https://github.com/keverw/range_check/blob/master/changelog.md)
- [Commits](https://github.com/keverw/range_check/commits)

---
updated-dependencies:
- dependency-name: range_check
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant