Skip to content

Commit 37329cd

Browse files
committed
Update package.json metadata to match new remit
1 parent 0e7ce02 commit 37329cd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "read-tls-client-hello",
33
"version": "1.0.0",
44
"author": "Tim Perry <[email protected]>",
5-
"description": "A pure-JS module to read TLS fingerprints from an incoming socket connection",
5+
"description": "A pure-JS module to read TLS client hello data and fingerprints from an incoming socket connection",
66
"main": "./dist/index.js",
77
"types": "./dist/index.d.ts",
88
"files": [
@@ -23,6 +23,9 @@
2323
"tls",
2424
"fingerprint",
2525
"fingerprinting",
26+
"client-hello",
27+
"alpn",
28+
"sni",
2629
"https"
2730
],
2831
"licenses": [

0 commit comments

Comments
 (0)