@asafarim/appsafe 0.2.1 → 0.3.0

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 +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -59,7 +59,9 @@ Typed error thrown by all functions. Inspect `error.code` to differentiate failu
59
59
  | `INVALID_TEXT` | Decrypted bytes are not valid UTF-8. |
60
60
  | `UNSUPPORTED_RUNTIME` | The runtime has no Web Crypto `subtle` API. |
61
61
 
62
- ## Usage
62
+ ## Use it as a library
63
+
64
+ Import the browser-first API directly into your application. The package returns portable encrypted bytes and performs no filesystem or network operations.
63
65
 
64
66
  ### Text round-trip
65
67
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asafarim/appsafe",
3
- "version": "0.2.1",
3
+ "version": "0.3.0",
4
4
  "description": "Browser-native password-based AES-256-GCM encryption for files and data",
5
5
  "homepage": "https://alisafari-it.github.io/asafarim-appsafe/",
6
6
  "license": "MIT",