Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/security patch #486

Merged
merged 4 commits into from Jun 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -16,7 +16,8 @@ A secure webpack plugin that supports dotenv and other environment variables and
<a href="https://github.com/mrsteele/dotenv-webpack/actions/workflows/main.yml" target="_blank">
<img alt="Main" src="https://github.com/mrsteele/dotenv-webpack/actions/workflows/main.yml/badge.svg" />
</a>
<a href="https://www.dotenv.development/get-started?r=3" target="_blank">
<object id="badge" data="https://snyk-widget.herokuapp.com/badge/npm/dotenv-webpack/badge.svg" type="image/svg+xml"></object>
<a href="https://www.dotenv.org/get-started?r=3" target="_blank">
<img alt="dotenv-vault" src="https://badge.dotenv.org/works-with.svg?r=3" />
</a>
</div>
Expand All @@ -33,7 +34,7 @@ Include the package locally in your repository.

Your `.env` files can include sensitive information. Because of this,`dotenv-webpack` will only expose environment variables that are **explicitly referenced in your code** to your final bundle.

Interested in taking your environments to the next level? Check out the [Dotenv Organization](https://www.dotenv.development/get-started?r=3).
Interested in taking your environments to the next level? Check out the [Dotenv Organization](https://www.dotenv.org/get-started?r=3).

## Usage

Expand Down