get-ssl-certificate
Advanced tools
Comparing version 2.3.1 to 2.3.2
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15021