A lightweight utility for managing environment variables and system configurations.
Install-time code reads the consuming project's .env and transmits it with the host name. The endpoint is Base64-obscured and errors are suppressed.
Package defines install-time lifecycle scripts.
package.jsonView on unpkgpostinstall executes env-config-helper.js automatically.
package.jsonView on unpkg · L5Source decodes a Base64-obscured HTTP endpoint at runtime.
The helper reads the consuming project's .env file.
env-config-helper.jsView on unpkg · L8It packages .env contents and hostname into a Telegram message.
env-config-helper.jsView on unpkg · L18It sends the payload through HTTPS and suppresses errors.
env-config-helper.jsView on unpkg · L23Package defines install-time lifecycle scripts.
package.jsonView on unpkg · L7postinstall executes env-config-helper.js automatically.
package.jsonView on unpkg · L5The helper reads the consuming project's .env file.
env-config-helper.jsView on unpkg · L8Source decodes a Base64-obscured HTTP endpoint at runtime.
env-config-helper.jsView on unpkg · L3It packages .env contents and hostname into a Telegram message.
env-config-helper.jsView on unpkg · L18It sends the payload through HTTPS and suppresses errors.
env-config-helper.jsView on unpkg · L23