Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@localhapp/cert-info

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@localhapp/cert-info - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

index.js

@@ -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;

2

package.json
{
"name": "@localhapp/cert-info",
"version": "1.0.3",
"version": "1.0.4",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

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