v0.0.1
Highlights
npm-fw is now available as @kimuson/npm-fw. This first release provides an npm registry proxy with an advisory-based firewall, plus CLI tools for setup, diagnostics, and daemon management.
Changes
Features
- npm registry proxy with advisory-based firewall — npm-fw acts as a local proxy for the npm registry, blocking packages with known security advisories. Advisory lookups use a 12-hour TTL cache to stay responsive while keeping results fresh.
- CLI commands for daily operations —
doctorchecks the health of your npm-fw setup,setup-standaloneconfigures npm to route through the proxy, anddaemon-startkeeps the proxy running in the background. - Flexible CLI passthrough — Options and arguments the CLI doesn't recognize are passed through to npm, so you can mix npm-fw subcommands with standard npm flags naturally.