@theworker02/portbind · JSR · 1.1.0
Static checks for cloud-safe host and port configuration.
Detect `0.0.0.0` and `PORT` usage across files, directories, and globs before a deployment ships with localhost-only binding.
Canonical package: @theworker02/portbind
import { scanText, scanPaths } from "@theworker02/portbind";
console.log(scanText('listen(PORT, "0.0.0.0")'));
console.log(scanPaths(["./src"]));