feat(ClamAvService): Add support for enhanced streaming methods in ClamAvService

This commit is contained in:
2025-02-05 10:52:35 +01:00
parent 6adfcc2201
commit a2d8d1cbfd
3 changed files with 21 additions and 7 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartantivirus',
version: '1.2.0',
version: '1.3.0',
description: 'A Node.js package for integrating antivirus scanning capabilities using ClamAV, allowing in-memory file and data scanning.'
}