portbind mark

@theworker02/portbind · JSR · 1.1.0

portbind

Static checks for cloud-safe host and port configuration.

1.1.0JSRMITNode.js ≥ 18

Overview

Detect `0.0.0.0` and `PORT` usage across files, directories, and globs before a deployment ships with localhost-only binding.

Structured API

Canonical package: @theworker02/portbind

import { scanText, scanPaths } from "@theworker02/portbind";
console.log(scanText('listen(PORT, "0.0.0.0")'));
console.log(scanPaths(["./src"]));