quantum-resistant-rustykey 0.7.6 → 0.7.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  Fast, secure WebAssembly implementations of useful post-quantum-resistant tools both for backend (node) and frontend web.
4
4
 
5
+ [![npm version](https://img.shields.io/npm/v/quantum-resistant-rustykey)](https://npmjs.com)
6
+ [![Weekly Downloads](https://img.shields.io/npm/dw/quantum-resistant-rustykey)](https://npmjs.com)
7
+ ![Node v25.9.0](https://img.shields.io/badge/node-v25.9.0-blue.svg)
8
+
9
+ ```bash
10
+ npm i quantum-resistant-rustykey
11
+ ```
12
+
5
13
  ## Implementation status: Pre-production (stable for testing)
6
14
 
7
15
  - ***Recommendation***: Await v1.0.0 (following security audit) for production/regulated deployment.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "quantum-resistant-rustykey",
3
- "version": "0.7.6",
3
+ "version": "0.7.8",
4
4
  "description": "WebAssembly post-quantum-resistant tools for web",
5
5
  "author": "Antony R Mott <a@auditcanary.com> (https://rustykey.app)",
6
6
  "license": "ISC",