Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
cacheable-lookup
A cacheable dns.lookup(…) that respects TTL
better-lookup
A better async DNS lookup function for Node.js that implements atomic cache operation.
@esm2cjs/cacheable-lookup
A cacheable dns.lookup(…) that respects TTL. This is a fork of szmarczak/cacheable-lookup, but with CommonJS support.
react-native-dns-lookup
Lookup IP Addresses for a hostname
dns-lookup-promise
Promise version from `dns-lookup-cache`
dns-lookup-cache
An implementation to speed up the nodejs `dns.lookup` method by avoiding thread pool and using resolve4/resolve6 with DNS TTL values
@sinanartun/whois2
A simple WHOIS lookup library for Node.js
freewhois
A node client that uses the iana RDAP DNS database to lookup WHOIS information for free
lookup-dns-cache
An implementation to speed up the nodejs `dns.lookup` method by avoiding thread pool and using resolve4/resolve6 with DNS TTL values
get-fqdn
Lookup the fully qualified domain name ("FQDN") of the current server's IP (default) or a custom IP. 90x faster than `hostname -f` and works with Node v6.4+.
@goldwasserexchange/aws-lookup
Overrides core dns to lookup domains with AWS Service Discovery
dns-lookup
Resolves a domain (e.g. 'yandex.ru') into the first found AAAA (IPv6) record or A (IPv4).
axios-cached-dns-resolve
Caches dns resolutions made with async dns.resolve instead of default sync dns.lookup, refreshes in background
native-dns-cache
DNS Caching Library
distributed-dig
A utility which makes DNS lookup requests across multiple DNS resolvers and collates the results.
dns-lookup-sync
Synchronous version of dnsPromises.lookup - Resolves a host name (e.g. 'nodejs.org') into the first found A (IPv4) or AAAA (IPv6) record
punycode
A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.
evildns
Massive DNS Reverse Lookup Tool
hyper-dns
DNS lookup for dat/hyper archives
dns2
A DNS Server and Client Implementation in Pure JavaScript with no dependencies.