@reddoorla/maintenance 0.54.0 → 0.54.2
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/README.md +14 -9
- package/dist/cli/bin.js +24 -281
- package/dist/cli/bin.js.map +1 -1
- package/dist/cli/commands/audit.js +1 -1
- package/dist/cli/commands/audit.js.map +1 -1
- package/dist/forms/index.d.ts +8 -3
- package/dist/forms/index.js +2 -2
- package/dist/forms/index.js.map +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -312,7 +312,7 @@ function securityFields(counts) {
|
|
|
312
312
|
}
|
|
313
313
|
function domainFields(result) {
|
|
314
314
|
const fields = { "Domain checked at": result.checkedAt };
|
|
315
|
-
|
|
315
|
+
fields["Cert days remaining"] = result.certDaysRemaining;
|
|
316
316
|
return fields;
|
|
317
317
|
}
|
|
318
318
|
function browserFields(r) {
|