ip-regex
Regular expression for matching IP addresses (IPv4 & IPv6)
is-ip
Check if a string is an IP address
@esm2cjs/ip-regex
Regular expression for matching IP addresses (IPv4 & IPv6). This is a fork of sindresorhus/ip-regex, but with CommonJS support.
ip-filter
Validates given IPs (IPv4 and IPv6) using [micromatch][] - glob patterns, RegExp, string or array of globs. If match returns the IP, otherwise null.