Dependency Intake Gate

npm dependency scan CLI for practical preflight checks

Run dependency-change checks locally before opening or updating a pull request. Then enforce the same policy in GitHub Actions.

Starter: $19/repo/month. Org: $39/month up to 10 repos.

CLI preflight example

curl -fsS -X POST https://dependency-gate.devtoolbox.dedyn.io/api/scan \
  -H 'content-type: application/json' \
  -H 'x-api-key: dig_your_api_key' \
  --data '{"dependencies":[{"name":"left-pad","newVersion":"latest","changeType":"added"}],"source":"quickstart_api"}'

Run this smoke scan immediately after trial creation, then gate pull requests in CI with the Action.

Why this workflow converts faster

Default source tag: seo_dep_gate_npm_page.

Related dependency guides

GitHub Action enforcement

Move from local preflight to pull-request policy enforcement in CI.

Open Action guide

Snyk alternative analysis

Understand the tradeoff between broad suites and focused dependency gating.

Open comparison page

PR scan workflow

Convert local preflight into a consistent pull-request merge gate.

Open PR scan guide