New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ssl-date-checker

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ssl-date-checker

Library to check and report on the start and expiration date of a given SSL certificate for a given domain.

  • 2.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
36
decreased by-60%
Maintainers
0
Weekly downloads
 
Created
Source

ssl-date-checker v2.0.6

Nodejs Library to check and report on the issues on and expiration date of a given SSL certificate for a given domain.

Usage:

$ ssl-date-checker host [-f text|json] [-p port]

Example results:

$ ssl-date-checker npm.org

Certification for npm.org
Issue On: Dec 13 00:51:56 2014 GMT
Expires On: Jan 13 11:24:29 2017 GMT
Expires in 536 days

$ ssl-date-checker npm.org -f json

Example results:

{
    "valid_from": "Oct 15 09:57:00 2014 GMT",
    "valid_to": "Oct 16 09:57:00 2015 GMT",
    "expires": 69,
    "expired": false,
    "host": "iptorrents.com"
}

Installing

npm install -g ssl-date-checker

Contributors

One-man-band at the moment. Contact me at twitter on @rayhammond, or, via my blog here http://geeksretreat.wordpress.com if you are interest in getting involved.

License

MIT

Keywords

FAQs

Package last updated on 30 Dec 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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