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 8.1.0 to 8.2.0

types/index.d.ts

2

CHANGELOG.md

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

## [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)

@@ -7,0 +9,0 @@

13

package.json
{
"name": "dotenv",
"version": "8.1.0",
"version": "8.2.0",
"description": "Loads environment variables from .env file",
"main": "lib/main.js",
"types": "types",
"scripts": {
"flow": "flow",
"dtslint": "dtslint types",
"lint": "standard",
"postlint": "standard-markdown",
"pretest": "npm run lint",
"pretest": "npm run lint && npm run dtslint",
"test": "tap tests/*.js --100",

@@ -32,8 +34,9 @@ "prerelease": "npm test",

"decache": "^4.5.1",
"flow-bin": "^0.105.2",
"sinon": "^7.4.1",
"dtslint": "^0.9.8",
"flow-bin": "^0.109.0",
"sinon": "^7.5.0",
"standard": "^13.1.0",
"standard-markdown": "^5.1.0",
"standard-version": "^7.0.0",
"tap": "^14.6.1"
"tap": "^14.7.0"
},

@@ -40,0 +43,0 @@ "dependencies": {},

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