Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Kyle Farris <[email protected]>
  • Loading branch information
carboneater and kylefarris committed Dec 8, 2022
1 parent 93bde2f commit 0c14754
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ const ClamScan = new NodeClam().init({
reloadDb: false, // If true, will re-load the DB on every call (slow)
active: true, // If true, this module will consider using the clamdscan binary
bypassTest: false, // Check to see if socket is available when applicable
tls: false // If true, will connect to clamd over TLS instead of plaintext TCP. (Only checked when clamdscan.socket is falsey)
tls: false, // Use plaintext TCP to connect to clamd
},
preference: 'clamdscan' // If clamdscan is found and active, it will be used by default
});
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"SaltwaterC <Ștefan Rusu>",
"Sjord <Sjoerd Langkemper>",
"chris-maclean <Christopher Maclean>",
"ngraef <Nick Graef>"
"ngraef <Nick Graef>",
"caroneater <Gabriel Fournier>"
],
"scripts": {
"docs": "jsdoc2md index.js lib/* > API.md",
Expand Down

0 comments on commit 0c14754

Please sign in to comment.