Skip to content

Commit 5706bb8

Browse files
authored
Merge pull request #3 from dbudwin/Badges
Add README badges
2 parents bcdee11 + 5f5618d commit 5706bb8

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# react-secure-link 🔒
22

3+
![Test](https://github.com/dbudwin/react-secure-link/workflows/Test/badge.svg?branch=main)
4+
[![Coverage Status](https://coveralls.io/repos/github/dbudwin/react-secure-link/badge.svg?branch=main)](https://coveralls.io/github/dbudwin/react-secure-link?branch=main)
5+
36
A TypeScript compatible React component to avoid security exploits when opening a link in a new tab. `react-secure-link` is **lightweight** and has **zero dependencies**!
47

58
## The Exploit 💥

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-secure-link",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A TypeScript compatible React component to avoid security exploits when opening a link in a new tab.",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)