pompelmi 0.23.0 → 0.25.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pompelmi",
3
- "version": "0.23.0",
4
- "description": "RFI-safe file uploads for Node.js Express/Koa/Next.js middleware with deep ZIP inspection, MIME/size checks, and optional YARA scanning.",
3
+ "version": "0.25.0",
4
+ "description": "Fast, private malware scanner for Node.js file uploads. TypeScript-first library with Express, Koa, Fastify & Next.js adapters. Features deep ZIP inspection, YARA integration, ZIP bomb protection, and real-time threat detection. Zero cloud dependencies - scan files in-process before they hit disk. Perfect for GDPR/HIPAA compliance.",
5
5
  "main": "./dist/pompelmi.cjs",
6
6
  "module": "./dist/pompelmi.esm.js",
7
7
  "type": "module",
@@ -11,7 +11,7 @@
11
11
  },
12
12
  "repository": {
13
13
  "type": "git",
14
- "url": "https://github.com/pompelmi/pompelmi"
14
+ "url": "https://github.com/pompelmi/pompelmi.git"
15
15
  },
16
16
  "homepage": "https://pompelmi.github.io/pompelmi/",
17
17
  "pnpm": {
@@ -30,7 +30,11 @@
30
30
  "@types/koa>@types/cookies": "0.9.1",
31
31
  "pompelmi": "workspace:*",
32
32
  "@pompelmi/core": "workspace:*",
33
- "katex": "0.16.10"
33
+ "katex": "0.16.10",
34
+ "react": "^19.2.0",
35
+ "react-dom": "^19.2.0",
36
+ "@types/react": "^19.2.0",
37
+ "@types/react-dom": "^19.2.0"
34
38
  }
35
39
  },
36
40
  "scripts": {
@@ -114,30 +118,42 @@
114
118
  "CHANGELOG*"
115
119
  ],
116
120
  "keywords": [
117
- "security",
118
- "cybersecurity",
119
- "malware",
121
+ "malware-scanner",
122
+ "file-upload-security",
123
+ "virus-scanner",
124
+ "antivirus",
125
+ "malware-detection",
120
126
  "threat-detection",
121
127
  "security-scanner",
122
128
  "file-scanner",
123
129
  "file-scanning",
124
- "file",
125
- "files",
126
- "filesystem",
127
- "directory",
130
+ "yara",
131
+ "yara-rules",
132
+ "zip-bomb-protection",
133
+ "express-middleware",
134
+ "koa-middleware",
135
+ "fastify-plugin",
136
+ "nextjs",
137
+ "next-js",
138
+ "nodejs-security",
139
+ "typescript-security",
140
+ "file-validation",
141
+ "upload-sanitization",
142
+ "mime-type-validation",
143
+ "security",
144
+ "cybersecurity",
145
+ "devsecops",
146
+ "gdpr-compliance",
147
+ "hipaa-compliance",
148
+ "privacy-first",
149
+ "in-process-scanning",
150
+ "zero-cloud",
128
151
  "node",
129
152
  "nodejs",
130
- "javascript",
131
153
  "typescript",
132
- "browser",
133
- "web",
134
- "api",
135
- "http",
136
154
  "express",
137
- "backend",
138
- "server",
139
- "rest",
140
- "devsecops"
155
+ "koa",
156
+ "fastify"
141
157
  ],
142
158
  "directories": {
143
159
  "example": "examples"