Skip to content

Commit

Permalink
5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
szmarczak committed May 11, 2020
1 parent 02c97e5 commit c46a577
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
### :warning: Please do not user this in production yet.

### :warning: There is a [memory leak](https://github.com/szmarczak/cacheable-lookup/issues/32) that causes the Node.js process to crash.

# cacheable-lookup

> A cacheable [`dns.lookup(…)`](https://nodejs.org/api/dns.html#dns_dns_lookup_hostname_options_callback) that respects TTL :tada:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cacheable-lookup",
"version": "5.0.2",
"version": "5.0.3",
"description": "A cacheable dns.lookup(…) that respects the TTL",
"engines": {
"node": ">=10"
Expand Down

0 comments on commit c46a577

Please sign in to comment.