Socket
Socket
Sign inDemoInstall

dotenv

Package Overview
Dependencies
Maintainers
4
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dotenv - npm Package Versions

1
9

8.0.0

Diff

Changelog

Source

8.0.0 (2019-05-02)

Changed

  • Breaking: drop support for Node v6 (#302)
maxbeatty
published 7.0.0 •

Changelog

Source

[7.0.0] - 2019-03-12

Fixed

  • Fix removing unbalanced quotes (#376)

Removed

  • Removed load alias for config for consistency throughout code and documentation.
maxbeatty
published 6.2.0 •

Changelog

Source

[6.2.0] - 2018-12-03

Added

  • Support preload configuration via environment variables (#351)
maxbeatty
published 6.2.0-0 •

maxbeatty
published 6.2.0-rc1 •

maxbeatty
published 6.1.0 •

Changelog

Source

[6.1.0] - 2018-10-08

Added

  • debug option for config and parse methods will turn on logging
maxbeatty
published 6.0.0 •

Changelog

Source

[6.0.0] - 2018-06-02

Changed

  • Breaking: drop support for Node v4 (#304)
maxbeatty
published 5.0.1 •

Changelog

Source

16.0.0 (2022-02-02)

Added

  • Breaking: Backtick support 🎉 (#615)

If you had values containing the backtick character, please quote those values with either single or double quotes.

maxbeatty
published 5.0.0 •

Changelog

Source

[5.0.0] - 2018-01-29

Added

  • Testing against Node v8 and v9
  • Documentation on trim behavior of values
  • Documentation on how to use with import

Changed

  • Breaking: default path is now path.resolve(process.cwd(), '.env')
  • Breaking: does not write over keys already in process.env if the key has a falsy value
  • using const and let instead of var

Removed

  • Testing against Node v7
maxbeatty
published 4.0.0 •

Changelog

Source

[4.0.0] - 2016-12-23

Changed

  • Return Object with parsed content or error instead of false (#165).

Removed

  • verbose option removed in favor of returning result.
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc