Comparing version 9.0.1 to 9.0.2
{ | ||
"name": "caa", | ||
"version": "9.0.1", | ||
"version": "9.0.2", | ||
"description": "rfc6844-conform CAA record lookup and validation", | ||
@@ -5,0 +5,0 @@ "author": "silverwind <me@silverwind.io>", |
@@ -8,12 +8,9 @@ # caa | ||
```sh | ||
npm i caa | ||
``` | ||
```js | ||
import {caa, caaMatches} from "caa"; | ||
await caa("subdomain.example.com"); | ||
await caa("example.com"); | ||
// => [{flags: 0, tag: 'issue', value: 'letsencrypt.org', issuerCritical: false}] | ||
await caa.matches("subdomain.example.com", "letsencrypt.org"); | ||
await caa.matches("example.com", "letsencrypt.org"); | ||
// => true | ||
@@ -20,0 +17,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
8079
40