Skip to content

Commit 78c16b9

Browse files
authored
base: add npm badge to README. (#667)
1 parent 56c8f15 commit 78c16b9

File tree

11 files changed

+12
-1
lines changed

11 files changed

+12
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<h1 align="center">hpke-js</h1>
22

33
<div align="center">
4-
<a href="https://jsr.io/@hpke/hpke-js"><img src="https://jsr.io/badges/@hpke/hpke-js" alt="JSR"/></a>
4+
<a href="https://www.npmjs.com/package/@hpke/core"><img src="https://img.shields.io/npm/v/@hpke/core" alt="npm"/></a>
5+
<a href="https://jsr.io/@hpke/core"><img src="https://jsr.io/badges/@hpke/core" alt="JSR"/></a>
56
<img src="https://github.com/dajiaji/hpke-js/actions/workflows/ci_browser.yml/badge.svg" alt="Browser CI" />
67
<img src="https://github.com/dajiaji/hpke-js/actions/workflows/ci_node.yml/badge.svg" alt="Node.js CI" />
78
<img src="https://github.com/dajiaji/hpke-js/actions/workflows/ci.yml/badge.svg" alt="Deno CI" />

packages/chacha20poly1305/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<h1 align="center">@hpke/chacha20poly1305</h1>
22

33
<div align="center">
4+
<a href="https://www.npmjs.com/package/@hpke/chacha20poly1305"><img src="https://img.shields.io/npm/v/@hpke/chacha20poly1305" alt="npm"/></a>
45
<a href="https://jsr.io/@hpke/chacha20poly1305"><img src="https://jsr.io/badges/@hpke/chacha20poly1305" alt="JSR"/></a>
56
</div>
67

packages/common/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<h1 align="center">@hpke/common</h1>
22

33
<div align="center">
4+
<a href="https://www.npmjs.com/package/@hpke/common"><img src="https://img.shields.io/npm/v/@hpke/common" alt="npm"/></a>
45
<a href="https://jsr.io/@hpke/common"><img src="https://jsr.io/badges/@hpke/common" alt="JSR"/></a>
56
</div>
67

packages/core/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<h1 align="center">@hpke/core</h1>
22

33
<div align="center">
4+
<a href="https://www.npmjs.com/package/@hpke/core"><img src="https://img.shields.io/npm/v/@hpke/core" alt="npm"/></a>
45
<a href="https://jsr.io/@hpke/core"><img src="https://jsr.io/badges/@hpke/core" alt="JSR"/></a>
56
</div>
67

packages/dhkem-secp256k1/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<h1 align="center">@hpke/dhkem-secp256k1</h1>
22

33
<div align="center">
4+
<a href="https://www.npmjs.com/package/@hpke/dhkem-secp256k1"><img src="https://img.shields.io/npm/v/@hpke/dhkem-secp256k1" alt="npm"/></a>
45
<a href="https://jsr.io/@hpke/dhkem-secp256k1"><img src="https://jsr.io/badges/@hpke/dhkem-secp256k1" alt="JSR"/></a>
56
</div>
67

packages/dhkem-x25519/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<h1 align="center">@hpke/dhkem-x25519</h1>
22

33
<div align="center">
4+
<a href="https://www.npmjs.com/package/@hpke/dhkem-x25519"><img src="https://img.shields.io/npm/v/@hpke/dhkem-x25519" alt="npm"/></a>
45
<a href="https://jsr.io/@hpke/dhkem-x25519"><img src="https://jsr.io/badges/@hpke/dhkem-x25519" alt="JSR"/></a>
56
</div>
67

packages/dhkem-x448/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<h1 align="center">@hpke/dhkem-x448</h1>
22

33
<div align="center">
4+
<a href="https://www.npmjs.com/package/@hpke/dhkem-x448"><img src="https://img.shields.io/npm/v/@hpke/dhkem-x448" alt="npm"/></a>
45
<a href="https://jsr.io/@hpke/dhkem-x448"><img src="https://jsr.io/badges/@hpke/dhkem-x448" alt="JSR"/></a>
56
</div>
67

packages/hpke-js/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<h1 align="center">hpke-js</h1>
22

33
<div align="center">
4+
<a href="https://www.npmjs.com/package/hpke-js"><img src="https://img.shields.io/npm/v/hpke-js" alt="npm"/></a>
45
<a href="https://jsr.io/@hpke/hpke-js"><img src="https://jsr.io/badges/@hpke/hpke-js" alt="JSR"/></a>
56
<img src="https://github.com/dajiaji/hpke-js/actions/workflows/ci_browser.yml/badge.svg" alt="Browser CI" />
67
<img src="https://github.com/dajiaji/hpke-js/actions/workflows/ci_node.yml/badge.svg" alt="Node.js CI" />

packages/hybridkem-x-wing/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<h1 align="center">@hpke/hybridkem-x-wing</h1>
22

33
<div align="center">
4+
<a href="https://www.npmjs.com/package/@hpke/hybridkem-x-wing"><img src="https://img.shields.io/npm/v/@hpke/hybridkem-x-wing" alt="npm"/></a>
45
<a href="https://jsr.io/@hpke/hybridkem-x-wing"><img src="https://jsr.io/badges/@hpke/hybridkem-x-wing" alt="JSR"/></a>
56
</div>
67

packages/hybridkem-x25519-kyber768/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<h1 align="center">@hpke/hybridkem-x25519-kyber768 (deprecated)</h1>
22

33
<div align="center">
4+
<a href="https://www.npmjs.com/package/@hpke/hybridkem-x25519-kyber768"><img src="https://img.shields.io/npm/v/@hpke/hybridkem-x25519-kyber768" alt="npm"/></a>
45
<a href="https://jsr.io/@hpke/hybridkem-x25519-kyber768"><img src="https://jsr.io/badges/@hpke/hybridkem-x25519-kyber768" alt="JSR"/></a>
56
</div>
67

0 commit comments

Comments
 (0)