pompelmi 0.15.0-dev.34 → 0.15.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.
Files changed (2) hide show
  1. package/README.md +8 -1
  2. package/package.json +6 -5
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
 
2
2
  <p align="center">
3
+
4
+ <br/>
3
5
  <a href="https://www.producthunt.com/products/pompelmi?embed=true&utm_source=badge-featured&utm_medium=badge&utm_source=badge-pompelmi" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=1010722&theme=light&t=1756653468504" alt="pompelmi - free&#0044;&#0032;open&#0045;source&#0032;file&#0032;scanner | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>
4
6
  <br/>
5
7
  <a href="https://github.com/pompelmi/pompelmi" target="_blank" rel="noopener noreferrer">
@@ -13,7 +15,12 @@
13
15
 
14
16
  <h1 align="center">pompelmi</h1>
15
17
 
16
- <p align="center"><strong>Fast file‑upload malware scanning for Node.js</strong> — optional <strong>YARA</strong> integration, ZIP deep‑inspection, and drop‑in adapters for <em>Express</em>, <em>Koa</em>, and <em>Next.js</em>. Private by design. Typed. Tiny.</p>
18
+
19
+
20
+ <p align="center">
21
+ <video src="assets/video.mp4" width="920" autoplay loop muted playsinline controls></video>
22
+ <br/>
23
+ <strong>Fast file‑upload malware scanning for Node.js</strong> — optional <strong>YARA</strong> integration, ZIP deep‑inspection, and drop‑in adapters for <em>Express</em>, <em>Koa</em>, and <em>Next.js</em>. Private by design. Typed. Tiny.</p>
17
24
 
18
25
  <p align="center">
19
26
  <a href="https://www.npmjs.com/package/pompelmi"><img alt="npm version" src="https://img.shields.io/npm/v/pompelmi?label=pompelmi&color=0a7ea4"></a>
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "pompelmi",
3
- "version": "0.15.0-dev.34",
3
+ "version": "0.15.0",
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
- "main": "dist/pompelmi.cjs.js",
6
- "module": "dist/pompelmi.esm.js",
7
- "types": "dist/types/index.d.ts",
5
+ "main": "./dist/pompelmi.cjs",
6
+ "module": "./dist/pompelmi.esm.js",
7
+ "types": "./dist/index.d.ts",
8
8
  "type": "module",
9
9
  "browser": {
10
10
  "yara": false,
@@ -96,8 +96,9 @@
96
96
  },
97
97
  "exports": {
98
98
  ".": {
99
+ "require": "./dist/pompelmi.cjs",
99
100
  "import": "./dist/pompelmi.esm.js",
100
- "require": "./dist/pompelmi.cjs.js"
101
+ "types": "./dist/index.d.ts"
101
102
  }
102
103
  },
103
104
  "files": [