fix(documentation): Removed redundant conclusion section in readme.
This commit is contained in:
parent
dbe0821429
commit
e7e9cb30e7
@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# 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)
|
## 2025-01-10 - 1.0.3 - fix(readme)
|
||||||
Fix formatting errors in the README file for consistent Markdown syntax.
|
Fix formatting errors in the README file for consistent Markdown syntax.
|
||||||
|
|
||||||
|
@ -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.
|
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.
|
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.
|
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/smartantivirus',
|
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.'
|
description: 'A Node.js package for integrating antivirus scanning capabilities using ClamAV, allowing in-memory file and data scanning.'
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user