axios-cached-dns-resolve
Advanced tools
Comparing version 2.0.3 to 3.0.0
{ | ||
"name": "axios-cached-dns-resolve", | ||
"version": "2.0.3", | ||
"type": "module", | ||
"main": "index.mjs", | ||
"version": "3.0.0", | ||
"main": "index", | ||
"description": "Caches dns resolutions made with async dns.resolve instead of default sync dns.lookup, refreshes in background", | ||
@@ -50,5 +49,5 @@ "scripts": { | ||
"lru-cache": "^6.0.0", | ||
"pino": "^6.11.2", | ||
"pino": "^6.11.3", | ||
"pino-pretty": "^4.7.1" | ||
} | ||
} |
@@ -30,3 +30,3 @@ # axios-cached-dns-resolve | ||
ECMAScript module (esm/.mjs) | ||
ECMAScript module (esm), not native esm/.mjs with package.json type: module, requires esm | ||
@@ -33,0 +33,0 @@ Node 14+ |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
21381
16
3
No
Updatedpino@^6.11.3