pompelmi 0.16.4 → 0.17.0-dev.37
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/README.md +1 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -131,6 +131,7 @@
|
|
|
131
131
|
|
|
132
132
|
```bash
|
|
133
133
|
# core library
|
|
134
|
+
[](https://securityscorecards.dev/viewer/?uri=github.com/pompelmi/pompelmi)
|
|
134
135
|
npm i pompelmi
|
|
135
136
|
# or
|
|
136
137
|
pnpm add pompelmi
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pompelmi",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.17.0-dev.37",
|
|
4
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.",
|
|
5
5
|
"main": "./dist/pompelmi.cjs",
|
|
6
6
|
"module": "./dist/pompelmi.esm.js",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@biomejs/biome": "^2.2.4",
|
|
64
64
|
"@pompelmi/core": "workspace:*",
|
|
65
|
-
"@pompelmi/engine": "workspace:0.
|
|
65
|
+
"@pompelmi/engine": "workspace:0.17.0-dev.37-dev.6",
|
|
66
66
|
"@pompelmi/engine-heuristics": "workspace:^0.1.0",
|
|
67
67
|
"@rollup/plugin-commonjs": "^28.0.6",
|
|
68
68
|
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"gh-pages": "^6.3.0",
|
|
81
81
|
"knip": "^5.64.0",
|
|
82
82
|
"multer": "^2.0.2",
|
|
83
|
-
"react": "^
|
|
83
|
+
"react": "^19.2.0",
|
|
84
84
|
"rollup": "^4.x",
|
|
85
85
|
"ts-prune": "^0.10.3",
|
|
86
86
|
"tslib": "^2.8.1",
|