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.1 to 2.3.2

8

package.json
{
"name": "get-ssl-certificate",
"version": "2.3.1",
"version": "2.3.2",
"description": "A micro-library that returns a website's SSL certificate",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec",
"coverage": "./node_modules/.bin/istanbul cover node_modules/mocha/bin/_mocha -- -R spec",
"test": "nyc ./node_modules/.bin/mocha --reporter spec",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"coveralls": "cat ./coverage/lcov.info | node ./node_modules/coveralls/bin/coveralls.js"

@@ -30,6 +30,6 @@ },

"coveralls": "3.0.0",
"istanbul": "0.4.5",
"mocha": "5.1.1",
"nyc": "13.2.0",
"sinon": "5.0.2"
}
}

@@ -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.1-blue.svg)](https://www.npmjs.com/package/get-ssl-certificate)
[![npm](https://img.shields.io/badge/npm-v2.3.2-blue.svg)](https://www.npmjs.com/package/get-ssl-certificate)

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

Sorry, the diff of this file is not supported yet

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