@asafarim/appsafe 0.2.0 → 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.
- package/README.md +3 -1
- 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
|
-
##
|
|
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