1.0.3 • Published 6 years ago

antivirus v1.0.3

Weekly downloads
9
License
-
Repository
-
Last release
6 years ago

antivirus

scan files for evil code

Availabililty

npm git git docs

Status for master

build status coverage report npm downloads per month Dependency Status bitHound Dependencies bitHound Code Known Vulnerabilities TypeScript node JavaScript Style Guide

Usage

Use TypeScript for best in class instellisense.

This package is determined for use in environments that need virus scanning of some sort.

import * as antivirus from 'antivirus'

const scanAFile = async (pathToFileArg) => {
  let scanresult = await antivirus.scanFile(pathToFileArg)
  if(scanresult.isClean) {
    // do something if its clean
  } else {
    // do something if its infected
  }
}

For further information read the linked docs at the top of this README.

MIT licensed | © Lossless GmbH | By using this npm module you agree to our privacy policy

repo-footer