axios-cached-dns-resolve
Advanced tools
Comparing version
@@ -86,3 +86,3 @@ /* eslint-disable no-plusplus */ | ||
export function getDnsCacheEntries() { | ||
return config.cache.values() | ||
return Array.from(config.cache.values()) | ||
} | ||
@@ -89,0 +89,0 @@ |
# Changelog | ||
## [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 | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "axios-cached-dns-resolve", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"main": "index", | ||
@@ -5,0 +5,0 @@ "description": "Caches dns resolutions made with async dns.resolve instead of default sync dns.lookup, refreshes in background", |
13414
1.12%