@localhapp/cert-info
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -33,5 +33,7 @@ import certInfo from 'cert-info'; | ||
certOutput = {...certJson, days}; | ||
certOutput.cliText = `${kleur.green(figures.tick)} Current certificate is valid for the next ${kleur.green().bold(days)} days`; | ||
certOutput.text = `Current certificate is valid for the next ${days} days`; | ||
} else { | ||
certOutput.text = "Oops no or invalid certificate found"; | ||
certOutput.cliText = `${kleur.red(figures.cross)} Oops: ${kleur.red("No")} certificate, or ${kleur.red("invalid cert")} found`; | ||
} | ||
@@ -38,0 +40,0 @@ certOutput.hasCert = CERT != false; |
{ | ||
"name": "@localhapp/cert-info", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
1949
40