Changelog
16.1.3 (2023-05-31)
browser
keys for path
, os
, and crypto
in package.json. These were set to false incorrectly as of 16.1. Instead, if using dotenv on the front-end make sure to include polyfills for path
, os
, and crypto
. node-polyfill-webpack-plugin provides these.Changelog
16.1.0 (2023-05-30)
populate
convenience method #733npm fund
command.env.vault
support. 🎉 (#730)ℹ️ .env.vault
extends the .env
file format standard with a localized encrypted vault file. Package it securely with your production code deploys. It's cloud agnostic so that you can deploy your secrets anywhere – without risky third-party integrations. read more
Changelog
16.0.2 (2022-08-30)
env-options.js
and cli-options.js
in package.json for use with downstream dotenv-expand module