cacheable-lookup
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "cacheable-lookup", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A cacheable dns.lookup(…) that respects the TTL", | ||
@@ -33,3 +33,2 @@ "engines": { | ||
"devDependencies": { | ||
"@types/keyv": "^3.1.1", | ||
"ava": "^3.1.0", | ||
@@ -44,4 +43,5 @@ "benchmark": "^2.1.4", | ||
"dependencies": { | ||
"@types/keyv": "^3.1.1", | ||
"keyv": "^4.0.0" | ||
} | ||
} |
@@ -10,4 +10,3 @@ # cacheable-lookup | ||
Making lots of HTTP requests? You can save some time by caching DNS lookups.<br> | ||
Don't worry, this package respects TTL :smiley: | ||
Making lots of HTTP requests? You can save some time by caching DNS lookups :zap: | ||
@@ -14,0 +13,0 @@ ## Usage |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7
17154
2
202
+ Added@types/keyv@^3.1.1
+ Added@types/keyv@3.1.4(transitive)
+ Added@types/node@22.9.0(transitive)
+ Addedundici-types@6.19.8(transitive)