Comparing version 4.0.2 to 4.0.3
@@ -109,3 +109,5 @@ // taken from https://github.com/tiborv/memory-cache-ttl | ||
}, options.interval * 1000); | ||
runningProcess.unref() | ||
if (typeof runningProcess.unref === 'function') { | ||
runningProcess.unref() | ||
} | ||
}; | ||
@@ -112,0 +114,0 @@ |
{ | ||
"name": "dat-dns", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"description": "Issue DNS lookups for Dat archives using HTTPS requests to the target host.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
23739
616