🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

load-dotenv

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

load-dotenv - npm Package Compare versions

Comparing version
0.0.2
to
0.0.3
+21
-2
package.json
{
"name": "load-dotenv",
"version": "0.0.2",
"description": "Find the closest .env file",
"version": "0.0.3",
"description": "Automatically load the closest .env file",
"author": "Zach Olivare <https://github.com/0livare>",
"license": "MIT",
"repository": "https://github.com/0livare/find-env",
"main": "./find.js",

@@ -19,2 +22,18 @@ "peerDependencies": {

},
"keywords": [
"dotenv",
"load",
"find",
"env",
"file",
"environment",
"config",
"dot",
"automatic",
"automatically",
"configure",
"parent",
"directory",
"search"
],
"types": "./find.d.ts",

@@ -21,0 +40,0 @@ "scripts": {

+1
-1
# Load Dot ENV
Find the closest `.env` file in any parent directory.
Automatically load the closest `.env` file in any parent directory.

@@ -5,0 +5,0 @@ ## Install