Socket
Socket
Sign inDemoInstall

ssl-checker

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ssl-checker - npm Package Compare versions

Comparing version 2.0.8 to 2.0.9

1

lib/cjs/index.js

@@ -82,2 +82,3 @@ 'use strict';

var _a = res.socket.getPeerCertificate(), valid_from = _a.valid_from, valid_to = _a.valid_to, subjectaltname = _a.subjectaltname;
res.socket.destroy();
if (!valid_from || !valid_to || !subjectaltname) {

@@ -84,0 +85,0 @@ reject(new Error("No certificate"));

@@ -61,2 +61,3 @@ import * as https from 'https';

var _a = res.socket.getPeerCertificate(), valid_from = _a.valid_from, valid_to = _a.valid_to, subjectaltname = _a.subjectaltname;
res.socket.destroy();
if (!valid_from || !valid_to || !subjectaltname) {

@@ -63,0 +64,0 @@ reject(new Error("No certificate"));

5

package.json
{
"name": "ssl-checker",
"version": "2.0.8",
"version": "2.0.9",
"description": "ssl-checker",

@@ -15,4 +15,3 @@ "main": "./lib/cjs/index.js",

"prepare": "npm run build",
"prepublishOnly": "npm test && npm run precommit",
"preversion": "npm run precommit",
"prepublishOnly": "npm test",
"version": "npm run format && git add -A src",

@@ -19,0 +18,0 @@ "postversion": "git push && git push --tags"

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