Skip to content

Commit c46a577

Browse files
committed
5.0.3
1 parent 02c97e5 commit c46a577

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
### :warning: Please do not user this in production yet.
2-
3-
### :warning: There is a [memory leak](https://github.com/szmarczak/cacheable-lookup/issues/32) that causes the Node.js process to crash.
4-
51
# cacheable-lookup
62

73
> A cacheable [`dns.lookup(…)`](https://nodejs.org/api/dns.html#dns_dns_lookup_hostname_options_callback) that respects TTL :tada:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cacheable-lookup",
3-
"version": "5.0.2",
3+
"version": "5.0.3",
44
"description": "A cacheable dns.lookup(…) that respects the TTL",
55
"engines": {
66
"node": ">=10"

0 commit comments

Comments
 (0)