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 9.0.1 to 9.0.2

2

package.json
{
"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 @@

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