Socket
Socket
Sign inDemoInstall

ssl-checker

Package Overview
Dependencies
0
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.7 to 2.0.8

lib/cjs/index.js

41

package.json
{
"name": "ssl-checker",
"version": "2.0.7",
"version": "2.0.8",
"description": "ssl-checker",
"main": "./lib/cmjs/index.js",
"module": "./lib/cmjs/index.js",
"es2015": "./lib/es2015/index.js",
"unpkg": "./lib/umd/index.js",
"main": "./lib/cjs/index.js",
"module": "./lib/es/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"test": "jest --config jestconfig.json",
"test:coverage": "jest --coverage --config=jestconfig.json && cat ./coverage/lcov.info | codacy-coverage -v",
"build": "yarn build:es2015 && yarn build:umd && yarn build:cmjs",
"build:es2015": "tsc --module es2015 --outDir lib/es2015",
"build:umd": "tsc --module umd --outDir lib/umd",
"build:cmjs": "tsc --module commonjs --outDir lib/cmjs",
"lint": "tslint -p tsconfig.json",
"format": "prettier --write '**/*.{ts,md}'",
"test": "vitest",
"test:coverage": "vitest run --coverage && cat ./coverage/lcov.info | codacy-coverage -v",
"build": "tsc --project tsconfig.types.json && rollup -c --configPlugin typescript --perf",
"format": "prettier --write '**/*.{ts,md}'",
"precommit": "pretty-quick --staged",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"prepublishOnly": "npm test && npm run precommit",
"preversion": "npm run precommit",
"version": "npm run format && git add -A src",

@@ -41,14 +35,11 @@ "postversion": "git push && git push --tags"

"devDependencies": {
"@types/jest": "^26.0.14",
"@types/node": "^14.11.2",
"codacy-coverage": "^3.4.0",
"codecov": "^3.5.0",
"jest": "^24.9.0",
"jest-extended": "^0.11.2",
"@rollup/plugin-typescript": "^11.0.0",
"@types/node": "^18.13.0",
"@vitest/coverage-istanbul": "^0.28.4",
"codacy-coverage": "^3.2.0",
"prettier": "^2.0.4",
"pretty-quick": "^3.0.2",
"ts-jest": "^24.0.2",
"tslint": "^6.0.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.0.3"
"rollup": "^3.14.0",
"typescript": "^4.9.5",
"vitest": "^0.28.4"
},

@@ -55,0 +46,0 @@ "files": [

@@ -5,4 +5,4 @@ # Node SSL Checker

[![npm version](https://badge.fury.io/js/ssl-checker.svg)](https://badge.fury.io/js/ssl-checker) [![npm](https://img.shields.io/npm/dt/ssl-checker.svg)](https://github.com/dyaa/node-ssl-checker)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/4544a598aa6b4bc99883ef655e1dd90f)](https://www.codacy.com/manual/dyaa/node-ssl-checker?utm_source=github.com&utm_medium=referral&utm_content=dyaa/node-ssl-checker&utm_campaign=Badge_Grade)
[![Codacy Badge](https://api.codacy.com/project/badge/Coverage/4544a598aa6b4bc99883ef655e1dd90f)](https://www.codacy.com/manual/dyaa/node-ssl-checker?utm_source=github.com&utm_medium=referral&utm_content=dyaa/node-ssl-checker&utm_campaign=Badge_Coverage)
[![Codacy Badge](https://app.codacy.com/project/badge/Coverage/48857294fa4a42b79710ffc87b58a72b)](https://www.codacy.com/gh/dyaa/ssl-checker/dashboard?utm_source=github.com&utm_medium=referral&utm_content=dyaa/ssl-checker&utm_campaign=Badge_Coverage)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/48857294fa4a42b79710ffc87b58a72b)](https://www.codacy.com/gh/dyaa/ssl-checker/dashboard?utm_source=github.com&utm_medium=referral&utm_content=dyaa/ssl-checker&utm_campaign=Badge_Grade)

@@ -33,8 +33,8 @@ ## Installation

| Option | Default | Description |
| ------------------ | ------- | -------------------------------------------------- |
| method | HEAD | Can be GET too |
| port | 443 | Your SSL/TLS entry point |
| agent | default | Default HTTPS agent with { maxCachedSessions: 0 } |
| rejectUnauthorized | false | Skips authorization by default |
| Option | Default | Description |
| ------------------ | ------- | ------------------------------------------------- |
| method | HEAD | Can be GET too |
| port | 443 | Your SSL/TLS entry point |
| agent | default | Default HTTPS agent with { maxCachedSessions: 0 } |
| rejectUnauthorized | false | Skips authorization by default |

@@ -41,0 +41,0 @@ ```ts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc