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.5.1 to 8.6.0

6

CHANGELOG.md

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

## [8.6.0](https://github.com/motdotla/dotenv/compare/v8.5.1...v8.6.0) (2021-05-05)
### Added
- define package.json in exports
## [8.5.1](https://github.com/motdotla/dotenv/compare/v8.5.0...v8.5.1) (2021-05-05)

@@ -7,0 +13,0 @@

5

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

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

".": "./lib/main.js",
"./config": "./config.js"
"./config": "./config.js",
"./package.json": "./package.json"
},

@@ -11,0 +12,0 @@ "types": "types/index.d.ts",

2

README.md

@@ -0,1 +1,3 @@

**Announcement 📣** - From the makers that brought you .env, introducing [.env.me](http://npmjs.org/package/dotenv-me). Sync your .env files across machines. [Join the early access list.](https://me.dotenv.org/)
# dotenv

@@ -2,0 +4,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