
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
env-checkup-cli
Advanced tools
A simple CLI tool to check for missing environment variables before you run your app.
A simple CLI tool to check for missing environment variables before you run your app.
Ever get the error [ERROR] Missing 2 keys: GITHUB_TOKEN, SENDGRID_API_KEY in production?
This tool solves that. It compares a .env.example file (your "source of truth") against your local .env file to make sure you haven't forgotten to add any new keys.
Install it globally to use it anywhere:
npm install -g env-checkup-cli
## ⚡ Usage
The command is `env-checkup`.
### 🔍 check
Compares a base file against one or more other files to find missing keys.
---
```bash
# Example
env-checkup check .env.example .env .env.development
Checking against source of truth: .env.example
File: .env
[SUCCESS] All 14 keys are present.
File: .env.development
[ERROR] Missing 2 keys:
- GITHUB_TOKEN
- SENDGRID_API_KEY
FAQs
A simple CLI tool to check for missing environment variables before you run your app.
We found that env-checkup-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.