Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "tangerine", | ||
"description": "Tangerine is the best Node.js drop-in replacement for dns.promises.Resolver using DNS over HTTPS (\"DoH\") via undici with built-in retries, timeouts, smart server rotation, AbortControllers, and caching support for multiple backends via Keyv.", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"author": "Forward Email (https://forwardemail.net)", | ||
@@ -6,0 +6,0 @@ "bugs": { |
@@ -179,3 +179,3 @@ <h1 align="center"> | ||
tangerine.resolve('forwardemail.net', 'A').then(console.log); | ||
tangerine.resolve('forwardemail.net').then(console.log); | ||
``` | ||
@@ -193,3 +193,3 @@ | ||
tangerine.resolve('forwardemail.net', 'A').then(console.log); | ||
tangerine.resolve('forwardemail.net').then(console.log); | ||
``` | ||
@@ -196,0 +196,0 @@ |
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
100771