Skip to content

Commit d665706

Browse files
authored
Merge pull request #486 from mrsteele/feature/securityPatch
Feature/security patch
2 parents 6871ffa + 78224d3 commit d665706

File tree

4 files changed

+3763
-5302
lines changed

4 files changed

+3763
-5302
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ A secure webpack plugin that supports dotenv and other environment variables and
1616
<a href="https://github.com/mrsteele/dotenv-webpack/actions/workflows/main.yml" target="_blank">
1717
<img alt="Main" src="https://github.com/mrsteele/dotenv-webpack/actions/workflows/main.yml/badge.svg" />
1818
</a>
19-
<a href="https://www.dotenv.development/get-started?r=3" target="_blank">
19+
<object id="badge" data="https://snyk-widget.herokuapp.com/badge/npm/dotenv-webpack/badge.svg" type="image/svg+xml"></object>
20+
<a href="https://www.dotenv.org/get-started?r=3" target="_blank">
2021
<img alt="dotenv-vault" src="https://badge.dotenv.org/works-with.svg?r=3" />
2122
</a>
2223
</div>
@@ -33,7 +34,7 @@ Include the package locally in your repository.
3334

3435
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.
3536

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

3839
## Usage
3940

0 commit comments

Comments
 (0)