Socket
Socket
Sign inDemoInstall

dotenv

Package Overview
Dependencies
0
Maintainers
3
Versions
86
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 10.0.0 to 11.0.0

11

CHANGELOG.md

@@ -5,2 +5,13 @@ # Changelog

## [Unreleased](https://github.com/motdotla/dotenv/compare/v11.0.0...master)
TBD
## [11.0.0](https://github.com/motdotla/dotenv/compare/v10.0.0...v11.0.0) (2022-01-11)
### Changed
- _Breaking:_ drop support for Node v10 ([#558](https://github.com/motdotla/dotenv/pull/558))
- Patch debug option ([#550](https://github.com/motdotla/dotenv/pull/550))
## [10.0.0](https://github.com/motdotla/dotenv/compare/v9.0.2...v10.0.0) (2021-05-20)

@@ -7,0 +18,0 @@

5

lib/main.js

@@ -85,3 +85,3 @@ /* @flow */

let encoding /*: string */ = 'utf8'
let debug = false
const debug = Boolean(options && options.debug)

@@ -95,5 +95,2 @@ if (options) {

}
if (options.debug != null) {
debug = true
}
}

@@ -100,0 +97,0 @@

4

package.json
{
"name": "dotenv",
"version": "10.0.0",
"version": "11.0.0",
"description": "Loads environment variables from .env file",

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

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

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

<p align="center">
<strong>Announcement 📣</strong><br/>From the makers that brought you Dotenv, introducing <a href="https://sync.dotenv.org">Dotenv Sync</a>.<br/>Sync your .env files between machines, environments, and team members.<br/><a href="https://sync.dotenv.org">Join the early access list. 🕶</a>
<strong>Announcement 📣</strong><br/>From the makers that brought you Dotenv, introducing <a href="https://sync.dotenv.org">Dotenv Sync</a>.<br/>Sync your .env files between machines, environments, and team members.<br/><a href="https://sync.dotenv.org">Join the early access list.💛</a>
</p>

@@ -18,2 +18,3 @@

[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
[![Rate on Openbase](https://badges.openbase.com/js/rating/dotenv.svg)](https://openbase.com/js/dotenv)

@@ -20,0 +21,0 @@ ## Install

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc