UNPKG

axios-cached-dns-resolve

Version:

Caches dns resolutions made with async dns.resolve instead of default sync dns.lookup, refreshes in background

26 lines (12 loc) 544 B
# Changelog ## [3.2.2] - 2022-09-06 ### Fixed - Merged community PR (thanks matrec4) 'Adding a .d.ts file to declare the module for tsnode' [#29](https://github.com/tcollinsworth/axios-cached-dns-resolve/pull/29) ## [3.2.1] - 2022-09-06 ### Fixed - Fixed bug were getDnsCacheEntries was returning generator from lru-cache to instead return array ## [3.2.0] - 2022-09-06 ### Changed - Updated lru-cache to latest version ### Fixed - Fixed bug were fallback from dns.resolve failure to dns.lookup was not interpreting response array