blackveil-dns 2.0.8 → 2.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/stdio.js +121 -34
- package/dist/stdio.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -159,7 +159,7 @@ declare function sanitizeDomain(input: string): string;
|
|
|
159
159
|
declare function sanitizeInput(input: string, maxLength?: number): string;
|
|
160
160
|
|
|
161
161
|
/** Server version — keep in sync with package.json */
|
|
162
|
-
declare const SERVER_VERSION = "2.0.
|
|
162
|
+
declare const SERVER_VERSION = "2.0.9";
|
|
163
163
|
|
|
164
164
|
/**
|
|
165
165
|
* Check BIMI records for a domain.
|
package/dist/index.js
CHANGED
|
@@ -1125,7 +1125,7 @@ function sanitizeInput(input, maxLength = 500) {
|
|
|
1125
1125
|
}
|
|
1126
1126
|
|
|
1127
1127
|
// src/lib/server-version.ts
|
|
1128
|
-
var SERVER_VERSION = "2.0.
|
|
1128
|
+
var SERVER_VERSION = "2.0.9";
|
|
1129
1129
|
|
|
1130
1130
|
// packages/dns-checks/dist/index.js
|
|
1131
1131
|
var SEVERITY_PENALTIES2 = {
|