num-client
Advanced tools
Comparing version 1.0.17 to 1.0.18
{ | ||
"name": "num-client", | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"description": "A NUM Protocol Client in TypeScript", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -96,3 +96,3 @@ # NUM Client | ||
## Overriding the Default DoH Endpoint | ||
By default the `NUMClient` uses the Cloudflare and Quad9 DoH resolvers, although it can be changed if required by providing a `DoHResolver` to a service that supports [the JSON API for DNS over HTTPS (DoH)](https://developers.google.com/speed/public-dns/docs/doh/json).: | ||
By default the `NUMClient` uses the Cloudflare and Google DoH resolvers, although it can be changed if required by providing a `DoHResolver` to a service that supports [the JSON API for DNS over HTTPS (DoH)](https://developers.google.com/speed/public-dns/docs/doh/json).: | ||
```Typescript | ||
@@ -99,0 +99,0 @@ const lookup = async () => { |
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
506759