Skip to content

v0.0.1

Choose a tag to compare

@github-actions github-actions released this 16 May 18:51
· 12 commits to main since this release

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 operationsdoctor checks the health of your npm-fw setup, setup-standalone configures npm to route through the proxy, and daemon-start keeps 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.

View changes on GitHub