Node.js

337 readers
1 users here now

founded 2 years ago
MODERATORS
1
 
 

A minimal Node.js wrapper around ClamAV that scans any file and returns a typed Verdict Symbol: Verdict.Clean, Verdict.Malicious, or Verdict.ScanError.

No daemons. No cloud. No native bindings. Zero runtime dependencies.

Works locally via clamscan or remotely via clamd TCP socket (Docker-friendly).

npm install pompelmi

Repo: https://github.com/pompelmi/pompelmi Issues, PRs, and stars all welcome — it's how open source stays alive.

2
3
4
5
6
7
8
9
10
11
12
13
 
 

I made a tool to hunt down changelog.md docs for @nodejs packages https://github.com/james2doyle/changelogger
I was recently upgrading a site and had a hell of a time finding all the notes I needed to safely upgrade all the dependencies. I’m curious to have some people try it out

14
15
16
17
18
19
20
21
22
23
24
25
view more: next ›