Skip to content

Commit

Permalink
docs: add snyk badge and code climat badge
Browse files Browse the repository at this point in the history
  • Loading branch information
rochejul committed Aug 15, 2024
1 parent 350157b commit 48b2145
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
<img src="https://img.shields.io/npm/l/@web-component-attribute-polyfill/core.svg" alt="license">
</a>

<a href="https://codeclimate.com/github/rochejul/web-component-attribute-polyfill">
<img src="https://codeclimate.com/github/rochejul/web-component-attribute-polyfill/badges/gpa.svg" alt="Code Climate">
</a>

<a href="https://snyk.io/test/github/rochejul/web-component-attribute-polyfill">
<img src="https://snyk.io/test/github/rochejul/web-component-attribute-polyfill/badge.svg?targetFile=package.json" alt="Known Vulnerabilities">
</a>

<a href="https://github.com/rochejul/web-component-attribute-polyfill/actions/workflows/node.js.yml">
<img src="https://github.com/rochejul/web-component-attribute-polyfill/actions/workflows/node.js.yml/badge.svg" alt="test workflow">
</a>
Expand Down
14 changes: 14 additions & 0 deletions demos/typescript/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
<p>
<a href="https://www.npmjs.com/package/@web-component-attribute-polyfill/core">
<img src="https://img.shields.io/npm/v/@web-component-attribute-polyfill/core" alt="npm version">
</a>

<a href="https://github.com/rochejul/web-component-attribute-polyfill/blob/main/LICENSE">
<img src="https://img.shields.io/npm/l/@web-component-attribute-polyfill/core.svg" alt="license">
</a>

<a href="https://snyk.io/test/github/rochejul/web-component-attribute-polyfill">
<img src="https://snyk.io/test/github/rochejul/web-component-attribute-polyfill/badge.svg?targetFile=demos/typescript/package.json" alt="Known Vulnerabilities">
</a>
</p>

# @web-component-attribute-polyfill/demo-ts

Simple typescript demo with [ParcelJs](https://parceljs.org/)
Expand Down
14 changes: 14 additions & 0 deletions demos/vanilla/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
<p>
<a href="https://www.npmjs.com/package/@web-component-attribute-polyfill/core">
<img src="https://img.shields.io/npm/v/@web-component-attribute-polyfill/core" alt="npm version">
</a>

<a href="https://github.com/rochejul/web-component-attribute-polyfill/blob/main/LICENSE">
<img src="https://img.shields.io/npm/l/@web-component-attribute-polyfill/core.svg" alt="license">
</a>

<a href="https://snyk.io/test/github/rochejul/web-component-attribute-polyfill">
<img src="https://snyk.io/test/github/rochejul/web-component-attribute-polyfill/badge.svg?targetFile=demos/vanilla/package.json" alt="Known Vulnerabilities">
</a>
</p>

# @web-component-attribute-polyfill/demo

Simple vanillajs demo with [ParcelJs](https://parceljs.org/)
Expand Down
4 changes: 4 additions & 0 deletions packages/browser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
<img src="https://packagephobia.now.sh/badge?p=@web-component-attribute-polyfill/browser" alt="install size">
</a>

<a href="https://snyk.io/test/github/rochejul/web-component-attribute-polyfill">
<img src="https://snyk.io/test/github/rochejul/web-component-attribute-polyfill/badge.svg?targetFile=packages/browser/package.json" alt="Known Vulnerabilities">
</a>

<a href="https://github.com/rochejul/web-component-attribute-polyfill/blob/main/LICENSE">
<img src="https://img.shields.io/npm/l/@web-component-attribute-polyfill/browser.svg" alt="license">
</a>
Expand Down
4 changes: 4 additions & 0 deletions packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
<img src="https://packagephobia.now.sh/badge?p=@web-component-attribute-polyfill/core" alt="install size">
</a>

<a href="https://snyk.io/test/github/rochejul/web-component-attribute-polyfill">
<img src="https://snyk.io/test/github/rochejul/web-component-attribute-polyfill/badge.svg?targetFile=packages/core/package.json" alt="Known Vulnerabilities">
</a>

<a href="https://github.com/rochejul/web-component-attribute-polyfill/blob/main/LICENSE">
<img src="https://img.shields.io/npm/l/@web-component-attribute-polyfill/core.svg" alt="license">
</a>
Expand Down
4 changes: 4 additions & 0 deletions packages/types/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
<img src="https://packagephobia.now.sh/badge?p=@web-component-attribute-polyfill/types" alt="install size">
</a>

<a href="https://snyk.io/test/github/rochejul/web-component-attribute-polyfilln">
<img src="https://snyk.io/test/github/rochejul/web-component-attribute-polyfill/badge.svg?targetFile=packages/types/package.json" alt="Known Vulnerabilities">
</a>

<a href="https://github.com/rochejul/web-component-attribute-polyfill/blob/main/LICENSE">
<img src="https://img.shields.io/npm/l/@web-component-attribute-polyfill/types.svg" alt="license">
</a>
Expand Down

0 comments on commit 48b2145

Please sign in to comment.