Skip to content

Commit

Permalink
fix: security patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsteele committed Jun 27, 2022
1 parent 6871ffa commit 8883b2b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9,433 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ 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">
<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 +33,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
Loading

0 comments on commit 8883b2b

Please sign in to comment.