Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
denoland/stdUtilities for working with the network
This package works with DenoIt is unknown whether this package works with Bun

JSR Score
94%
Published
4 months ago (1.0.6)
default
Network utilities.
f
getAvailablePort
Returns an available network port.
I
f
getAvailablePort
Returns an available network port.
I
f
getNetworkAddress
Gets the IPv4 or IPv6 network address of the machine.
f
isIPv4
Validates whether a given string is a valid IPv4 address.
f
isIPv6
Validates whether a given string is a IPv6 address.
f
matchIPv4Subnet
Checks if an IPv4 address matches a subnet or specific IPv4 address.
f
matchIPv6Subnet
Checks if an IPv6 address matches a subnet or specific IPv6 address.
f
matchSubnets
Checks if an IP address matches a subnet or specific IP address.