New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

caa

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

caa - npm Package Compare versions

Comparing version 6.0.0 to 6.0.1

2

index.js

@@ -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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc