loose-envify

Replace Node.js environment variables with plain strings

Install

All systems
curl cmd.cat/loose-envify.sh
Debian Debian
apt-get install node-loose-envify
Ubuntu
apt-get install node-loose-envify
image/svg+xml Kali Linux
apt-get install node-loose-envify
Windows (WSL2)
sudo apt-get update sudo apt-get install node-loose-envify
Raspbian
apt-get install node-loose-envify

node-loose-envify

Replace Node.js environment variables with plain strings

Performs a Javascript source-to-source transformation (transpiling), that efficiently replaces process.env environment variables with plain strings. This makes the environment variable checks faster and easier to optimize out. Node.js is an event-based server-side JavaScript engine.