Skip to content

Commit

Permalink
docs(README): add audit badge and update links
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jul 27, 2020
1 parent a93a758 commit 7a08808
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<br />

<div align="center">
<h3>Shield</h3>
<h3>Shield Provider</h3>
<p>
A package to keep AdonisJS applications safe from common Web attacks like <strong>XSS</strong>, <strong>CSRF Protection</strong> and a lot more.
</p>
Expand All @@ -15,17 +15,17 @@

<div align="center">

[![circleci-image]][circleci-url] [![typescript-image]][typescript-url] [![npm-image]][npm-url] [![license-image]][license-url]
[![circleci-image]][circleci-url] [![typescript-image]][typescript-url] [![npm-image]][npm-url] [![license-image]][license-url] [![audit-report-image]][audit-report-url]

</div>

<div align="center">
<h3>
<a href="https://adonisjs.com">
<a href="https://preview.adonisjs.com">
Website
</a>
<span> | </span>
<a href="https://adonisjs.com/guides/basics/web-security">
<a href="https://preview.adonisjs.com/guides/security/introduction">
Guides
</a>
<span> | </span>
Expand All @@ -36,7 +36,7 @@
</div>

<div align="center">
<sub>Built with ❤︎ by <a href="https://github.com/thetutlage">Harminder Virk</a>
<sub>Built with ❤︎ by <a href="https://twitter.com/AmanVirk1">Harminder Virk</a>
</div>

[circleci-image]: https://img.shields.io/circleci/build/github/adonisjs/shield/master.svg?style=for-the-badge&logo=circleci
Expand All @@ -50,3 +50,6 @@

[license-image]: https://img.shields.io/npm/l/@adonisjs/shield?color=blueviolet&style=for-the-badge
[license-url]: LICENSE.md "license"

[audit-report-image]: https://img.shields.io/badge/-Audit%20Report-blueviolet?style=for-the-badge
[audit-report-url]: https://htmlpreview.github.io/?https://github.com/adonisjs/shield/blob/develop/npm-audit.html "audit-report"
2 changes: 1 addition & 1 deletion npm-audit.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ <h5 class="card-title">
<div class="card">
<div class="card-body">
<h5 class="card-title">
July 27th 2020, 6:01:02 pm
July 27th 2020, 6:03:29 pm
</h5>
<p class="card-text">Last updated</p>
</div>
Expand Down

0 comments on commit 7a08808

Please sign in to comment.