{"id":15092930,"url":"https://github.com/evanwashere/clamav","last_synced_at":"2026-01-04T17:08:34.946Z","repository":{"id":62421876,"uuid":"306378643","full_name":"evanwashere/clamav","owner":"evanwashere","description":"ClamAV client for deno","archived":false,"fork":false,"pushed_at":"2021-01-21T13:19:35.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-08T00:11:16.297Z","etag":null,"topics":["clamav","clamd","deno"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/evanwashere.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-10-22T15:20:37.000Z","updated_at":"2020-10-22T16:30:15.000Z","dependencies_parsed_at":"2022-11-01T17:31:54.779Z","dependency_job_id":null,"html_url":"https://github.com/evanwashere/clamav","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evanwashere%2Fclamav","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evanwashere%2Fclamav/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evanwashere%2Fclamav/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evanwashere%2Fclamav/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evanwashere","download_url":"https://codeload.github.com/evanwashere/clamav/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243809838,"owners_count":20351406,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clamav","clamd","deno"],"created_at":"2024-09-25T11:01:54.688Z","updated_at":"2026-01-04T17:08:34.876Z","avatar_url":"https://github.com/evanwashere.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"implements all non-deprecated commands in clamd\n\n```js\nconst clamav = new ClamAV({ port: 3310, host: '127.0.0.1' });\nconst eicar = await fetch('https://secure.eicar.org/eicar.com.txt');\n\nconsole.log(await clamav.version());\nconsole.log(await clamav.scan(eicar.body));\nconsole.log(await clamav.scan(new Uint8Array([...])));\nconsole.log(await clamav.scan(await Deno.open('file.txt')));\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevanwashere%2Fclamav","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevanwashere%2Fclamav","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevanwashere%2Fclamav/lists"}