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

13
19

1.27.0

Diff

Changelog

Source

1.27.0

Added

  • add support for \t expansion when double quoted. (e.g. TAB="hi\tfriend" becomes hi friend) (#479)
motdotenv
published 1.26.2 •

Changelog

Source

1.26.2

Changed

  • build binaries with bytecode option (#477)
motdotenv
published 1.26.1 •

Changelog

Source

1.26.1

Added

  • add typescript type definitions for main.parse method (#475)
motdotenv
published 1.26.0 •

Changelog

Source

1.26.0

Added

  • add privateKey option to main.parse method (#474)
motdotenv
published 1.25.2 •

Changelog

Source

1.25.2

Added

  • for binaries add pre-build step using esbuild (#471)

Removed

  • remove types for functions that were removed a while back (2aa660)
motdotenv
published 1.25.1 •

Changelog

Source

1.25.1

Changed

  • improve helpful error messaging around decryption failures by specifying specific key and private key name (#463)
motdotenv
published 1.25.0 •

Changelog

Source

1.25.0

Added

  • add run --strict flag to exit with code 1 if any errors are encountered - like a missing .env file or decryption failure (#460)
  • add get --strict flag to exit with code 1 if any errors are encountered - like a missing .env file or decryption failure (#461)
  • add strict option to config() to throw for any errors (#459)

Changed

  • log MISSING_ENV_FILE and DECRYPTION_FAILED errors to stderr (prior was stdout as a warning) (#459)

Removed

  • remove dotenvx.get() function from lib/main.js. (parse already historically exists for this purpose) (#461)
motdotenv
published 1.24.5 •

Changelog

Source

1.24.5

Changed

  • 🐞 do not expand prior literal values (#458)
motdotenv
published 1.24.4 •

Changelog

Source

1.24.4

Changed

  • do not expand command substitution (#456)
motdotenv
published 1.24.3 •

Changelog

Source

1.24.3

Changed

  • 🐞 fix command substitution for more complex commands (#455)
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