kush-e2e 1.0.0 → 1.0.1

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 +6 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,9 @@
1
- # KushE2E
1
+ # Kush E2E Encryption Lib
2
+
3
+ [![npm version](https://img.shields.io/npm/v/kush-e2e.svg?style=flat-square)](https://www.npmjs.com/package/kush-e2e)
4
+ ![License](https://img.shields.io/npm/l/kush-e2e)
5
+
6
+ A lightweight, secure wrapper for ECDH and JOSE encryption.
2
7
 
3
8
  End-to-end encryption library for secure peer-to-peer communication using ECDH key exchange and AES-256 encryption.
4
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kush-e2e",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "End-to-end encryption library for secure peer-to-peer communication",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",