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
198
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dotenvx/dotenvx - npm Package Versions

2345
20

1.38.5

Diff
motdotenv
published 1.38.5 •

Changelog

Source

1.38.5

Added

  • 🐞 Add config.d.ts file to fix type error when loading dotenvx/dotenvx/config with dynamic import (#547)
motdotenv
published 1.38.4 •

Changelog

Source

1.38.4

Changed

  • 🐞 Fix blank line disappearing after encrypting empty value (#542)
motdotenv
published 1.38.3 •

Changelog

Source

1.38.3

Changed

  • 🐞 Fix self-referencing expansion when key exists already in process.env (#536)
motdotenv
published 1.38.2 •

Changelog

Source

1.38.2

Added

  • Add typescript types for main.get.
motdotenv
published 1.38.1 •

Changelog

Source

1.38.1

Changed

  • Support encrypt when mutliline contains windows CRLF (\r\n) (#534)

Note: dotenvx will convert these \r\n newlines to \n. Our recommendation is to stop using CRLF - its origin is from typewriter days. Instead, set your editor or gitattributes to use LF.

motdotenv
published 1.38.0 •

Changelog

Source

1.38.0

Changed

  • Command substitution failures no longer halt further processing of keys in a .env file (#533)
  • A more helpful error is raised if a command substitution failure occurs (#533)
motdotenv
published 1.37.0 •

Changelog

Source

1.37.0

Added

  • add dotenvx rotate command 🎉 (#530)

also: our whitepaper is released as a draft.

motdotenv
published 1.36.0 •

Changelog

Source

1.36.0

Changed

  • --strict flag respects (doesn't throw) anything in --ignore flag (#527)
motdotenv
published 1.35.0 •

Changelog

Source

1.35.0

Added

  • npx dotenvx precommit support as a convenience (#523)
  • main.get method (#524)

The addition of main.get facilitates what we term Decryption at Access, a concept explored in greater detail in our whitepaper.

motdotenv
published 1.34.0 •

Changelog

Source

1.34.0

Added

  • main.set method now writes to files (#517)
2345
20