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

get-ssl-certificate

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

get-ssl-certificate - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

5

index.js

@@ -60,5 +60,8 @@ var https = require('https');

function get(url, timeout, port = 443, protocol = 'https:') {
function get(url, timeout, port, protocol) {
validateUrl(url);
port = port || 443;
protocol = protocol || 'https:';
var options = getOptions(url, port, protocol);

@@ -65,0 +68,0 @@

2

package.json
{
"name": "get-ssl-certificate",
"version": "2.3.0",
"version": "2.3.1",
"description": "A micro-library that returns a website's SSL certificate",

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

@@ -8,3 +8,3 @@ # get-ssl-certificate

[![Code Climate](https://codeclimate.com/github/johncrisostomo/get-ssl-certificate/badges/gpa.svg)](https://codeclimate.com/github/johncrisostomo/get-ssl-certificate)
[![npm](https://img.shields.io/badge/npm-v2.3.0-blue.svg)](https://www.npmjs.com/package/get-ssl-certificate)
[![npm](https://img.shields.io/badge/npm-v2.3.1-blue.svg)](https://www.npmjs.com/package/get-ssl-certificate)

@@ -11,0 +11,0 @@ ### Installation

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