fix(documentation): Removed redundant conclusion section in readme.

This commit is contained in:
Philipp Kunz 2025-01-10 03:27:13 +01:00
parent dbe0821429
commit e7e9cb30e7
3 changed files with 6 additions and 5 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## 2025-01-10 - 1.0.4 - fix(documentation)
Removed redundant conclusion section in readme.
- Removed the conclusion section from the README file for conciseness.
## 2025-01-10 - 1.0.3 - fix(readme)
Fix formatting errors in the README file for consistent Markdown syntax.

View File

@ -118,7 +118,3 @@ The tests include creating and utilizing a `ClamAvService` instance and attempts
Beyond scanning strings and buffers, you can implement additional advanced use cases based on your specific application needs, such as integrating into web services or automating file scans in cloud environments. Consider building upon provided functionalities and adapting them to meet the requirements of your application architecture.
With the help of Node.js worker threads or external task queues like RabbitMQ, you can distribute scanning tasks efficiently within high-traffic environments.
### Conclusion
`@push.rocks/smartantivirus` provides a simple yet effective way to incorporate antivirus checks into your Node.js applications, leveraging the robust ClamAV engine. With features like in-memory scanning and connection verification, you can seamlessly ensure your data security solutions are integrated into your application lifecycle.

View File

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