Last 12 weeks ยท 0 commits
3 of 6 standards met
Repository: vercel/serve. Description: Static file serving and directory listing Stars: 9832, Forks: 696. Primary language: TypeScript. Languages: TypeScript (78.7%), HTML (10.5%), JavaScript (10.5%), Shell (0.3%). License: MIT. Homepage: https://npmjs.com/package/serve Topics: cli, command, http, node. Latest release: v14.2.5 (5mo ago). Open PRs: 17, open issues: 133. Last activity: 5mo ago. Community health: 75%. Top contributors: leo, greenkeeper[bot], rauchg, AndyBitz, greenkeeperio-bot, leerob, disquisition, TooTallNate, gamemaker1, dependabot[bot] and others.
TypeScript
Description npm audit reports a moderate severity vulnerability CVE-2025-69873 (https://github.com/advisories/GHSA-2g4f-4pwh-qvx6) in the dependency ajv@8.12.0, released in Jan 2023 Library version Node version Steps to reproduce Ubuntu 24.04.4 LTS, Node.js 24.13.1 LTS Logs Assessment Executing the following is unable to remediate the vulnerability: serve@14.2.5 is pinned to ajv@8.12.0 Recommendation Bump ajv@8.12.0 to ajv@8.18.0 (or above) in dependencies of serve and release a new version.
What Adds a flag that auto-generates a self-signed TLS certificate at startup, so you can serve over HTTPS without providing your own certs. Why Testing service workers, WebAuthn, Secure Contexts, and other HTTPS-only browser APIs locally shouldn't require mkcert or OpenSSL. One flag, zero setup. How New โ generates a self-signed X.509 v3 certificate using Node's built-in module (no new dependencies) Certificate is valid for , , and (1-year validity, 2048-bit RSA) Wired into the existing path in Explicit / takes priority over Regular HTTP behavior unchanged Files changed Testing โ serves on โ HTTP 200 (without flag) โ HTTP unchanged
Description OS : Windows open any folder in terminal. Run npx serve connect another device on the same network and try visiting the given link from this new device. Even the firewall settings are configured to allow inbound traffic at port 3000 as shown in the image below Library version 14.2.5 Node version v22.20.0