Socket
Socket
Sign inDemoInstall

dotenv

Package Overview
Dependencies
Maintainers
3
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dotenv - npm Package Compare versions

Comparing version 8.2.0 to 8.3.0

.github/FUNDING.yml

21

CHANGELOG.md

@@ -5,21 +5,26 @@ # Changelog

## [8.3.0](https://github.com/motdotla/dotenv/compare/v8.2.0...v8.3.0) (2021-05-05)
### Changed
- _Breaking:_ drop support for Node v8
## [8.2.0](https://github.com/motdotla/dotenv/compare/v8.1.0...v8.2.0) (2019-10-16)
## [8.1.0](https://github.com/motdotla/dotenv/compare/v7.0.0...v8.1.0) (2019-08-18)
### Added
- TypeScript types
### ⚠ BREAKING CHANGES
## [8.1.0](https://github.com/motdotla/dotenv/compare/v8.0.0...v8.1.0) (2019-08-18)
* dropping Node v6 support because end-of-life
### Changed
* Drop support for Node v6 (#392) ([2e9636a](https://github.com/motdotla/dotenv/commit/2e9636a)), closes [#392](https://github.com/motdotla/dotenv/issues/392)
- _Breaking:_ drop support for Node v6 ([#392](https://github.com/motdotla/dotenv/issues/392))
# [8.0.0](https://github.com/motdotla/dotenv/compare/v7.0.0...v8.0.0) (2019-05-02)
- Drop support for Node v6 (#392) ([2e9636a](https://github.com/motdotla/dotenv/commit/2e9636a)), closes [#392](https://github.com/motdotla/dotenv/issues/392)
### Changed
### BREAKING CHANGES
- _Breaking:_ drop support for Node v6 ([#302](https://github.com/motdotla/dotenv/issues/392))
- dropping Node v6 support because end-of-life
## [7.0.0] - 2019-03-12

@@ -26,0 +31,0 @@

{
"name": "dotenv",
"version": "8.2.0",
"version": "8.3.0",
"description": "Loads environment variables from .env file",

@@ -44,3 +44,3 @@ "main": "lib/main.js",

"engines": {
"node": ">=8"
"node": ">=10"
},

@@ -47,0 +47,0 @@ "standard": {

@@ -65,3 +65,3 @@ # dotenv

```bash
$ node -r dotenv/config your_script.js dotenv_config_path=/custom/path/to/your/env/vars
$ node -r dotenv/config your_script.js dotenv_config_path=/custom/path/to/.env
```

@@ -106,3 +106,3 @@

```js
require('dotenv').config({ path: '/full/custom/path/to/your/env/vars' })
require('dotenv').config({ path: '/custom/path/to/.env' })
```

@@ -109,0 +109,0 @@

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