Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@dotenvx/dotenvx

Package Overview
Dependencies
Maintainers
2
Versions
187
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dotenvx/dotenvx - npm Package Versions

1
19

1.24.2

Diff

Changelog

Source

1.24.2

Changed

  • treat pre-existing expandable values as literal in process.env (#450)
motdotenv
published 1.24.1 •

Changelog

Source

1.24.1

Changed

motdotenv
published 1.24.0 •

Changelog

Source

1.24.0

Added

  • support progressive append/update (#445)
FOO=foo
FOO=${FOO}bar
# foobar
  • support alternate value expansion (#445)
<img width="1608" alt="image" src="https://github.com/user-attachments/assets/fdd55a0a-9b36-4cb3-b0c6-6b019441aef4">

Changed

  • dotenvx.parse now maps to dotenvx's internal parser. (prior it was mapping to dotenv's)

Removed

  • removed dotenvx.configDotenv(). use dotenvx.config() (#445)
motdotenv
published 1.23.0 •

Changelog

Source

1.23.0

Added

  • deeper variable expansion support and protection against self-referencing variables 🛡️ (#439)
motdotenv
published 1.22.2 •

Changelog

Source

1.22.2

Changed

  • more lenient handling of -- separator and better error messaging when flags are ambiguous (#438)
motdotenv
published 1.22.1 •

Changelog

Source

1.22.1

Changed

  • 🐞 patch loading order issue with single quotes (#436)
motdotenv
published 1.22.0 •

Changelog

Source

1.22.0

Added

  • add --pattern argument to ext gitignore (dotenvx ext gitignore --pattern .env.keys) (#430)

Changed

  • clarify next steps after first time encrypting (#430)
motdotenv
published 1.21.1 •

Changelog

Source

1.21.1

Changed

  • for --convention nextjs ingnore .env.local for TEST environment (#425)
  • for precommit redirect missing dotenvx command using POSIX compliant redirection (#424)
  • make parent dotenvx help command less noisy by removing [options]. run dotenvx COMMAND -h to list all available options like always (#429)
motdotenv
published 1.21.0 •

Changelog

Source

1.21.0

Changed

  • treat single quotes literally (#423)
  • respect user chosen quotes (#423 #377)

🎓 now if you choose to single quote, double quote, no quote, or backtick your value it will be respected - including for encrypted values. this more intuitively handles complex cases like escaped characters, literals, and json.

motdotenv
published 1.20.1 •

Changelog

Source

1.20.1

Changed

  • update eciesjs (#421)
  • remove default values for ts interface - no longer permitted by latest ts (#419)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc