0.4.0 • Published 2 years ago

who-read-env v0.4.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Who is reading your environment variables and .env files?

With this npm package, you can detect if a script is reading your environment variables and .env files.

Usage

npm install --save-dev who-read-env

And then import into your project:

import 'who-read-env';

or

require('who-read-env');

If your project is a Nodejs project, you can import it in any file in your main code.

if your project is a browser project, you can import it into your build script, like webpack.config.js or gulpfile.js or vue.config.js or any other build environment files.

Example

0.4.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago