New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

axios-cached-dns-resolve

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

axios-cached-dns-resolve - npm Package Compare versions

Comparing version

to
3.2.1

2

axios-cached-dns-resolve.js

@@ -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",