UNPKG

@internxt/scan

Version:

Use Node JS to scan files on your server with ClamAV's clamscan/clamdscan binary or via TCP to a remote server or local UNIX Domain socket. This is especially useful for scanning uploaded files provided by un-trusted sources.

21 lines 438 B
{ "compilerOptions": { "target": "es2018", "module": "commonjs", "allowJs": true, "declaration": true, "emitDeclarationOnly": false, "outDir": "./dist", "strict": false, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true }, "include": [ "index.js", "lib/**/*.js" ], "exclude": [ "node_modules" ] }