Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "cf-doh", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Typed Cloudflare DNS Over HTTP Resolver", | ||
@@ -5,0 +5,0 @@ "main": "pkg/index.js", |
@@ -14,3 +14,7 @@ # cf-doh | ||
```javascript | ||
import {} | ||
import { queryDNS } from "cf-doh"; | ||
const records = await queryDNS("_verification.jesseditson.com", "TXT"); | ||
records.forEach((r) => console.log(r)); | ||
``` | ||
@@ -17,0 +21,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
29322
80