Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
51093efbc5 | ||
|
|
f79aed4eee | ||
|
|
3eb1d64460 | ||
|
|
7febc97986 |
@@ -33,7 +33,7 @@ console.log('Plaintext:', plainText.toString())
|
||||
## API
|
||||
|
||||
See [sodium-native](https://github.com/sodium-friends/sodium-native).
|
||||
This is a work in progress so all functions are not implemented yet.
|
||||
This is a work in progress so not all functions are implemented yet.
|
||||
|
||||
This module is organised into individual submodules which can be required
|
||||
independently for smaller bundles in the browser. To leverage automatic
|
||||
|
||||
+3
-2
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "sodium-javascript",
|
||||
"version": "0.7.1",
|
||||
"version": "0.7.2",
|
||||
"description": "WIP - a pure javascript version of sodium-native",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
@@ -24,7 +24,8 @@
|
||||
]
|
||||
},
|
||||
"browser": {
|
||||
"crypto": false
|
||||
"crypto": false,
|
||||
"worker_threads": false
|
||||
},
|
||||
"react-native": {
|
||||
"crypto": "crypto"
|
||||
|
||||
Reference in New Issue
Block a user