Comparing version 2.0.2 to 2.1.0
@@ -101,3 +101,3 @@ "use strict"; | ||
name = normalize(name); | ||
const socket = dnsSocket(); | ||
const socket = dnsSocket(opts); | ||
const query = util.promisify(socket.query.bind(socket)); | ||
@@ -104,0 +104,0 @@ const port = opts.port || 53; |
{ | ||
"name": "caa", | ||
"version": "2.0.2", | ||
"version": "2.1.0", | ||
"description": "rfc6844-conform CAA record lookup", | ||
@@ -5,0 +5,0 @@ "author": "silverwind <me@silverwind.io>", |
@@ -42,2 +42,3 @@ # caa | ||
- `ignoreTLDs`: Don't query top level domains. | ||
- Any valid [dns-socket option](https://github.com/mafintosh/dns-socket#var-socket--dnsoptions). | ||
@@ -44,0 +45,0 @@ ## License |
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
6617
47