
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
A simple CLI tool for managing multiple environment files in your Node.js projects.
envpicker helps developers easily manage and switch between different environment files (.env) in their local development environment. It provides simple commands to initialize, list, activate, and delete environment configurations.
Install globally using npm:
npm install -g envpicker
Or use directly with npx:
npx envpicker [command]
envpicker [command]
Commands:
list | ls List all available environments
activate | use [env] Switch to specified environment
save [env] Save current .env to /env directory
deactivate | stop Remove active environment
init Initialize default environment files
delete [env] Delete specific environment file
envpicker init
This will create:
env/.env.developmentenv/.env.stagingenv/.env.productionenvpicker list
envpicker activate development
envpicker deactivate
envpicker delete development
envpicker save development
The tool expects your project to have the following structure:
your-project/
├── env/
│ ├── .env.development
│ ├── .env.staging
│ └── .env.production
├── .env (created when environment is activated)
└── package.json
Please submit any bugs or feature requests to our issues page.
ISC License
Note: This tool is intended for local development use only. Be careful with your environment files and never commit them to version control.
FAQs
A simple environment switcher for managing multiple .env file
We found that envpicker demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers 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
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.