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

23
19

1.32.1

Diff

Changelog

Source

1.32.1

Changed

  • remove duplicated help messages (#504)
motdotenv
published 1.32.0 •

Changelog

Source

1.32.0

Added

  • add encrypted check support for ext prebuild (#501)

Changed

  • modify ext precommit to check git modified state as well as git staged state - useful for using dotenvx ext precommit without the --install flag in automated scripts and ci. (#499)

Removed

  • remove internal logger methods errorvp, errorvpb, warnv, warnvp, warnvpb, successvp, successvpb, help2 (#501)
motdotenv
published 1.31.3 •

Changelog

Source

1.31.3

Changed

  • adjust wingetcreate to use powershell when parsing version
motdotenv
published 1.31.2 •

Changelog

Source

1.31.2

Changed

  • use wingetcreate for releasing to WinGet (#498)
motdotenv
published 1.31.1 •

Changelog

Source

1.31.1

Changed

  • 🐞 fix encryption of values containing explicit \n newlines (#495)
motdotenv
published 1.31.0 •

Changelog

Source

1.31.0

Added

  • expose main.set function (#492)
  • add missing types for main.config (#491)
motdotenv
published 1.30.1 •

Changelog

Source

1.30.1

Added

  • support complex command substitution combining variable expansion (#490)
motdotenv
published 1.30.0 •

Changelog

Source

1.30.0

Added

  • add -fk (--env-keys-file) flag to customize the path to your .env.keys file with run, get, set, encrypt, decrypt, and keypair 🎉 (#486)

This is great for monorepos. Maintain one .env.keys file across all your apps.

$ dotenvx encrypt -fk .env.keys -f apps/backend/.env
$ dotenvx encrypt -fk .env.keys -f apps/frontend/.env

$ tree -a .
├── .env.keys
└── apps
    ├── backend
    │   └── .env
    └── frontend
        └── .env

$ dotenvx get -fk .env.keys -f apps/backend/.env
motdotenv
published 1.29.0 •

Changelog

Source

1.29.0

Added

  • add --ignore flag to suppress specified errors. example: dotenvx run --ignore=MISSING_ENV_FILE (#485)
motdotenv
published 1.28.0 •

Changelog

Source

1.28.0

Changed

  • .env.keys file is generated WITHOUT quotes going forward. This is to minimize friction around Docker gotchas to developers - old versions of Docker do not support --env-file containing quoted keys/values. (#480) (additional note)
23
19
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