libsodium-sumo 0.7.13 → 0.7.15
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 +1 -7
- package/dist/modules-sumo/libsodium-sumo.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -53,12 +53,6 @@ The modules are also available on npm:
|
|
|
53
53
|
- [libsodium-wrappers](https://www.npmjs.com/package/libsodium-wrappers)
|
|
54
54
|
- [libsodium-wrappers-sumo](https://www.npmjs.com/package/libsodium-wrappers-sumo)
|
|
55
55
|
|
|
56
|
-
If you prefer Bower:
|
|
57
|
-
|
|
58
|
-
```sh
|
|
59
|
-
bower install libsodium.js
|
|
60
|
-
```
|
|
61
|
-
|
|
62
56
|
### Usage (as a module)
|
|
63
57
|
|
|
64
58
|
Load the `libsodium-wrappers` module. The returned object contains a `.ready`
|
|
@@ -214,7 +208,7 @@ need to be installed on your system:
|
|
|
214
208
|
* Emscripten
|
|
215
209
|
* binaryen
|
|
216
210
|
* git
|
|
217
|
-
*
|
|
211
|
+
* bun
|
|
218
212
|
* make
|
|
219
213
|
|
|
220
214
|
Running `make` will install the dev dependencies, clone libsodium,
|