New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

env-compose

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

env-compose

compose your .env files

latest
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

env-compose

compose your .env files

example

.env.local

VITE_API_LOCATION=localhost:3000
VITE_MONERIS_ENV=dev

.env.remote

VITE_API_LOCATION=myapiurl.com
VITE_MONERIS_ENV=prod

.env.remote-dev

VITE_MONERIS_ENV=$local.VITE_MONERIS_ENV
VITE_API_LOCATION=$remote.VITE_API_LOCATION
env-compose .env.remote-dev echo \$VITE_MONERIS_ENV

FAQs

Package last updated on 24 Jan 2024

Did you know?

Socket

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.

Install

Related posts