We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e49227 commit 08cdf29Copy full SHA for 08cdf29
types/clamscan/clamscan-tests.ts
@@ -13,6 +13,7 @@ const fakeVirusUrl = "https://secure.eicar.org/eicar.com.txt";
13
bypassTest: true,
14
host: "localhost",
15
port: 3310,
16
+ tls: false,
17
},
18
});
19
// $ExpectType string
types/clamscan/index.d.ts
@@ -50,6 +50,8 @@ declare namespace NodeClam {
50
active?: boolean;
51
/** Check to see if socket is available when applicable */
52
bypassTest?: boolean;
53
+ /** Connect to a TLS-Termination proxy in front of ClamAV */
54
+ tls?: boolean;
55
};
56
/** If clamdscan is found and active, it will be used by default */
57
preference?: any;
0 commit comments