New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@dotenvx/dotenvx

Package Overview
Dependencies
Maintainers
0
Versions
189
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

0.25.1

Diff

Changelog

Source

0.25.1

Changed

  • 🐞 patch bug with evaluate commands. do not attempt to evaluate risky preset envs in process.env. evaluate only what's set in a .env* file (#125)
motdotenv
published 0.25.0 •

Changelog

Source

0.25.0

Added

  • expand hub push with [directory] option. use for monorepos. for example: dotenvx hub push apps/backend (#121)
motdotenv
published 0.24.0 •

Changelog

Source

0.24.0

Added

  • add command substitution. for example DATABASE_URL="postgres://$(whoami)@localhost/my_database" (#113)
motdotenv
published 0.23.0 •

Changelog

Source

0.23.0

Added

  • support personal environment variables. anything after the comment # personal.dotenvx.com will be considered personal and will not be encrypted to .env.vault (#110)
motdotenv
published 0.22.0 •

Changelog

Source

0.22.0

Added

  • require('@dotenvx/dotenvx').config() expands/interpolates variables. this matches the behavior of run. (note that this behavior differs from the original require('dotenv').config() (#107)
motdotenv
published 0.21.0 •

Changelog

Source

0.21.0

Added

  • expose genexample function on lib/main.js for export convenience (#102)

Changed

  • rely on which npm module to find system command path for user inputted command(s) (#105)

Removed

  • remove main.inject function (#102)
motdotenv
published 0.20.2 •

Changelog

Source

0.20.2

Added

  • added support for --env flag on the .env.vault decryption portion of run (#101)
motdotenv
published 0.20.1 •

Changelog

Source

0.20.1

Changed

  • use system command path (#98)
motdotenv
published 0.20.0 •

Changelog

Source

0.20.0

Changed

  • added --env flag. for example, dotenvx --env="HELLO=World" -- yourcommand (#94)
motdotenv
published 0.19.1 •

Changelog

Source

0.19.1

Changed

  • patched up the precommit command (#91)
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