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 Compare versions

Comparing version 7.0.0 to 8.0.0

36

CHANGELOG.md
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
# [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)
### BREAKING CHANGES
- dropping Node v6 support because end-of-life
## [7.0.0] - 2019-03-12

@@ -33,3 +39,3 @@

- *Breaking:* drop support for Node v4 ([#304](https://github.com/motdotla/dotenv/pull/304))
- _Breaking:_ drop support for Node v4 ([#304](https://github.com/motdotla/dotenv/pull/304))

@@ -46,4 +52,4 @@ ## [5.0.0] - 2018-01-29

- *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
- _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`

@@ -55,4 +61,4 @@

## [4.0.0] - 2016-12-23
## [4.0.0] - 2016-12-23
### Changed

@@ -62,3 +68,2 @@

### Removed

@@ -68,4 +73,4 @@

## [3.0.0] - 2016-12-20
## [3.0.0] - 2016-12-20
### Added

@@ -91,3 +96,5 @@

## [2.0.0] - 2016-01-20
### Added
- CHANGELOG to ["make it easier for users and contributors to see precisely what notable changes have been made between each release"](http://keepachangelog.com/). Linked to from README

@@ -100,26 +107,35 @@ - LICENSE to be more explicit about what was defined in `package.json`. Linked to from README

### Changed
- README has shorter description not referencing ruby gem since we don't have or want feature parity
### Removed
- Variable expansion and escaping so environment variables are encouraged to be fully orthogonal
## [1.2.0] - 2015-06-20
### Added
- Preload hook to require dotenv without including it in your code
### Changed
- clarified license to be "BSD-2-Clause" in `package.json`
### Fixed
- retain spaces in string vars
## [1.1.0] - 2015-03-31
### Added
- Silent option to silence `console.log` when `.env` missing
## [1.0.0] - 2015-03-13
### Removed
- support for multiple `.env` files. should always use one `.env` file for the current environment
[Unreleased]: https://github.com/motdotla/dotenv/compare/v7.0.0...HEAD
[7.0.0]: https://github.com/motdotla/dotenv/compare/v6.2.0...v7.0.0

@@ -126,0 +142,0 @@ [6.2.0]: https://github.com/motdotla/dotenv/compare/v6.1.0...v6.2.0

{
"name": "dotenv",
"version": "7.0.0",
"version": "8.0.0",
"description": "Loads environment variables from .env file",

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

"pretest": "npm run lint",
"test": "tap tests/*.js --100"
"test": "tap tests/*.js --100",
"prerelease": "npm test",
"release": "standard-version"
},

@@ -31,11 +33,12 @@ "repository": {

"decache": "^4.5.1",
"flow-bin": "^0.92.1",
"sinon": "^7.2.3",
"flow-bin": "^0.98.0",
"sinon": "^7.3.2",
"standard": "^12.0.1",
"standard-markdown": "^5.0.1",
"tap": "^12.5.1"
"standard-version": "^5.0.2",
"tap": "^13.1.2"
},
"dependencies": {},
"engines": {
"node": ">=6"
"node": ">=8"
},

@@ -42,0 +45,0 @@ "standard": {

@@ -12,2 +12,4 @@ # dotenv

[![Coverage Status](https://img.shields.io/coveralls/motdotla/dotenv/master.svg?style=flat-square)](https://coveralls.io/github/motdotla/dotenv?branch=coverall-intergration)
[![LICENSE](https://img.shields.io/github/license/motdotla/dotenv.svg)](LICENSE)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)

@@ -266,6 +268,2 @@ ## Install

## License
See [LICENSE](LICENSE)
## Who's using dotenv?

@@ -272,0 +270,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