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

rfc6844-conform CAA record lookup

  • 1.1.1
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

caa

rfc6844-conform CAA record lookup

Install

npm i caa

Usage

const caa = require('caa');

const records = await caa('subdomain.example.com');
console.log(records);

// [
//   {
//     flags: 0,
//     tag: 'issue',
//     value: 'letsencrypt.org',
//     issuerCritical: false
//   }
// ]

API

caa(name, [{server, port}])

Retrieve the CAA records which apply to the given name. Returns a CAA object. Optionally, a DNS server and port can be supplied, defaulting to the system resolver and port 53.

License

© silverwind, distributed under BSD licence

Based on previous work by Felipe Apostol

Keywords

FAQs

Package last updated on 06 Aug 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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