tlsing
Version:
tlsing is an open source library available on npm for testing TLS security on websites. It is designed to analyze certificates, check HTTPS protocols, and detect potential security holes. The library is used in the Marchol browser and is based on Node.js,
17 lines (16 loc) • 787 B
JSON
{
"name": "tlsing",
"version": "1.3.4",
"description": "tlsing is an open source library available on npm for testing TLS security on websites. It is designed to analyze certificates, check HTTPS protocols, and detect potential security holes. The library is used in the Marchol browser and is based on Node.js, using many built-in modules such as http, https, validator, and tls to provide accurate test results. To use this library, please use npm install tlsing.",
"license": "MIT",
"author": "Michał",
"type": "module",
"main": "main.js",
"keywords": ["tsl", "tsling, security, Marchol, BrowserTools, MarcholLibray"],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"validator": "^13.15.0"
}
}