🚀 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.3
to
0.0.4
+1
-1
package.json
{
"name": "load-dotenv",
"version": "0.0.3",
"version": "0.0.4",
"description": "Automatically load the closest .env file",

@@ -5,0 +5,0 @@ "author": "Zach Olivare <https://github.com/0livare>",

@@ -15,2 +15,4 @@ # Load Dot ENV

Add this import before any other import in your project:
```js

@@ -22,4 +24,2 @@ import 'load-dotenv/load';

Add this import before any other import in your project:
```js

@@ -26,0 +26,0 @@ import { findEnv } from 'load-dotenv';