fix(deps): update dependency clamscan to ~2.4.0 #768
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
~2.1.2
->~2.4.0
Release Notes
kylefarris/clamscan (clamscan)
v2.4.0
Compare Source
New Features
ping()
method. The method previously existed as only a private method named_ping()
. The underscored private method still exists for backwards-compatibility (in case someone was using it despite it not being directly documented). There is no intention of ever deprecating the private version of this method but it is recommended to move to the officially public one anyways just for good measure. (thanks to @hduprat-qare for this PR #133)General
v2.3.1
Compare Source
Bug Fixes
v2.3.0
Compare Source
Bug Fixes
scanDir
(and others) was unnecessarily stripping multiple spaces in a file name. Fixes #126find
. This was fixed by using a pure JS method of finding files in a directory recursively (and not). Fixes #126Enhancements
scanDir
now provides additional feedback in the form ofnumGoodFiles
. This is a compromise created in lieu of the potentially dangerous alternative of providing all clean files scanned (which could be millions in some cases). This value is available in callback and promise-style APIs.multiscan
... Before, single-threaded scanning was using theSCAN
command; now it's using theCONTSCAN
command so that all files are scanned.Other
Full Changelog: kylefarris/clamscan@v2.2.3...v2.3.0
v2.2.3
Compare Source
Bug Fixes
scanStream
(#127).v2.2.2
Compare Source
Bug Fixes
v2.2.1
Compare Source
Fixes
Other
v2.2.0
Compare Source
Merges:
Other
Thanks to all that reported issues and contributed fixes!
Configuration
📅 Schedule: Branch creation - "before 5am on saturday" in timezone Asia/Jakarta, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.