envsafe

🔒 Makes sure you don't accidentally deploy apps with missing or invalid environment variables.

MIT License

Downloads
33K
Stars
798
Committers
7

Bot releases are visible (Hide)

envsafe - Latest Release

Published by KATT over 3 years ago

  • ⬆️ Bump np from 7.2.0 to 7.4.0 (#44) 3316e61
  • ⬆️ Bump typescript from 4.2.2 to 4.2.3 (#49) 9a0a298
  • 🕸 Fix homepage url 950fc98
  • ⬆️ Bump elliptic from 6.5.3 to 6.5.4 in /examples/next.js (#50) 11ad968
  • ⬆️ Bump typescript from 4.1.3 to 4.2.2 (#47) cac9edb
  • ⬆️ Bump husky from 4.3.7 to 4.3.8 (#39) 848810d
  • 📚 Add github link in package.json (#40) 91f0797
  • ⬆️ Bump husky from 4.3.6 to 4.3.7 (#37) 2baca01
  • ⬆️ Bump tslib from 2.0.3 to 2.1.0 (#38) e3937b1

https://github.com/KATT/envsafe/compare/v2.0.2...v2.0.3

envsafe - 2.0.2

Published by KATT almost 4 years ago

  • 🎨 Don't allow empty defaults unless allowEmpty is true (#36)
envsafe - v2.0.1

Published by KATT almost 4 years ago

  • Tweak error message to include "or empty string" (#35)
envsafe - v2.0.0

Published by KATT almost 4 years ago

  • Treat empty string values the same as undefined values (#31)
  • Add option allowEmpty: true in case you want to override the new default behavior (#31)

Most likely non-breaking change for all users, but adhering to semver as it's a minor breaking change in some hypothetical use cases.

Thank you @BeeeQueue for the idea and the PR.