Huge News!Announcing our $40M Series B led by Abstract Ventures.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 2.0.2 to 2.1.0

2

index.js

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

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