Comparing version 9.0.3 to 9.1.0
import {getServers} from "node:dns"; | ||
import {promisify} from "node:util"; | ||
import dnsSocket from "dns-socket"; | ||
import tlds from "tlds"; | ||
import tlds from "tlds" with { type: "json" }; | ||
@@ -6,0 +6,0 @@ const defaults = { |
{ | ||
"name": "caa", | ||
"version": "9.0.3", | ||
"version": "9.1.0", | ||
"description": "rfc6844-conform CAA record lookup and validation", | ||
@@ -21,9 +21,11 @@ "author": "silverwind <me@silverwind.io>", | ||
"devDependencies": { | ||
"@babel/eslint-parser": "7.24.5", | ||
"@babel/plugin-syntax-import-assertions": "7.24.1", | ||
"eslint": "8.57.0", | ||
"eslint-config-silverwind": "83.0.2", | ||
"updates": "16.0.1", | ||
"versions": "12.0.1", | ||
"vitest": "1.5.0", | ||
"vitest-config-silverwind": "8.0.4" | ||
"eslint-config-silverwind": "85.1.3", | ||
"updates": "16.1.1", | ||
"versions": "12.0.2", | ||
"vitest": "1.6.0", | ||
"vitest-config-silverwind": "9.0.6" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8195
8