kylefarris / clamscan

A robust ClamAV virus scanning library supporting scanning files, directories, and streams with local sockets, local/remote TCP, and local clamscan/clamdscan binaries (with failover).
MIT License
230 stars 68 forks source link

Correct typo on config `bypassTest` #89

Closed vlaurin closed 2 years ago

vlaurin commented 2 years ago

As part of v2.0.0, config bypass_test was incorrectly renamed to bypassRest instead of the expected bypassTest documented in the README, effectively breaking the public contract.

This corrects that typo by renaming all instances of bypassRest to bypassTest as per README.

kylefarris commented 2 years ago

Thank you!

kylefarris commented 2 years ago

New patched version went out to NPM: v2.0.3