Skip to content

Commit

Permalink
Merge pull request #486 from mrsteele/feature/securityPatch
Browse files Browse the repository at this point in the history
Feature/security patch
  • Loading branch information
mrsteele committed Jun 27, 2022
2 parents 6871ffa + 78224d3 commit d665706
Show file tree
Hide file tree
Showing 4 changed files with 3,763 additions and 5,302 deletions.
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

0 comments on commit d665706

Please sign in to comment.