Comparing version 1.2.2 to 1.2.3
{ | ||
"name": "caa", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "rfc6844-conform CAA record lookup", | ||
@@ -5,0 +5,0 @@ "author": "silverwind <me@silverwind.io>", |
@@ -18,3 +18,3 @@ # caa | ||
await caa('subdomain.example.com'); | ||
// => [{flags: 0, tag: 'issue', tag: 'issue', value: 'letsencrypt.org', issuerCritical: false}] | ||
// => [{flags: 0, tag: 'issue', value: 'letsencrypt.org', issuerCritical: false}] | ||
@@ -21,0 +21,0 @@ await caa.matches('subdomain.example.com', 'letsencrypt.org'); |
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
5841