Comparing version 6.0.0 to 6.0.1
@@ -67,3 +67,3 @@ "use strict"; | ||
res = await query({questions: [{name, type: "CAA"}]}, port, server); | ||
} catch (err) { | ||
} catch { | ||
if (retries <= 0) { | ||
@@ -70,0 +70,0 @@ return []; |
{ | ||
"name": "caa", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "rfc6844-conform CAA record lookup and validation", | ||
@@ -28,7 +28,12 @@ "author": "silverwind <me@silverwind.io>", | ||
"devDependencies": { | ||
"eslint": "6.8.0", | ||
"eslint-config-silverwind": "5.1.2", | ||
"updates": "9.3.3", | ||
"ver": "6.0.2" | ||
"eslint": "7.2.0", | ||
"eslint-config-silverwind": "13.4.6", | ||
"jest": "26.0.1", | ||
"updates": "10.2.14", | ||
"versions": "8.4.1" | ||
}, | ||
"jest": { | ||
"verbose": false, | ||
"testTimeout": 10000 | ||
} | ||
} |
# caa | ||
[![](https://img.shields.io/npm/v/caa.svg?style=flat)](https://www.npmjs.org/package/caa) [![](https://img.shields.io/npm/dm/caa.svg)](https://www.npmjs.org/package/caa) [![](https://api.travis-ci.org/silverwind/caa.svg?style=flat)](https://travis-ci.org/silverwind/caa) | ||
[![](https://img.shields.io/npm/v/caa.svg?style=flat)](https://www.npmjs.org/package/caa) [![](https://img.shields.io/npm/dm/caa.svg)](https://www.npmjs.org/package/caa) | ||
> [rfc6844](https://tools.ietf.org/html/rfc6844)-conform CAA record lookup and validation | ||
## Install | ||
## Usage | ||
@@ -11,5 +11,2 @@ ```sh | ||
``` | ||
## Usage | ||
```js | ||
@@ -27,3 +24,2 @@ const caa = require('caa'); | ||
## API | ||
### `caa(name, [options])` | ||
@@ -30,0 +26,0 @@ |
8564
5
43