We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e7ce02 commit 37329cdCopy full SHA for 37329cd
package.json
@@ -2,7 +2,7 @@
2
"name": "read-tls-client-hello",
3
"version": "1.0.0",
4
"author": "Tim Perry <[email protected]>",
5
- "description": "A pure-JS module to read TLS fingerprints from an incoming socket connection",
+ "description": "A pure-JS module to read TLS client hello data and fingerprints from an incoming socket connection",
6
"main": "./dist/index.js",
7
"types": "./dist/index.d.ts",
8
"files": [
@@ -23,6 +23,9 @@
23
"tls",
24
"fingerprint",
25
"fingerprinting",
26
+ "client-hello",
27
+ "alpn",
28
+ "sni",
29
"https"
30
],
31
"licenses": [
0 commit comments