-
- Downloads
[enh] replace `naclb` by `sodium` #1371
Showing
- .gitignore 2 additions, 2 deletions.gitignore
- .npmignore 2 additions, 2 deletions.npmignore
- app/lib/common-libs/crypto/keyring.ts 12 additions, 10 deletionsapp/lib/common-libs/crypto/keyring.ts
- npm-shrinkwrap.json 0 additions, 9144 deletionsnpm-shrinkwrap.json
- package.json 1 addition, 1 deletionpackage.json
- release/arch/arm/build-arm.sh 0 additions, 1 deletionrelease/arch/arm/build-arm.sh
- release/arch/linux/build-lin.sh 1 addition, 1 deletionrelease/arch/linux/build-lin.sh
- release/arch/windows/build.bat 2 additions, 2 deletionsrelease/arch/windows/build.bat
- yarn.lock 863 additions, 43 deletionsyarn.lock
npm-shrinkwrap.json
deleted
100644 → 0
This diff is collapsed.
... | ... | @@ -85,7 +85,6 @@ |
"moment": "2.19.3", | ||
"morgan": "1.9.1", | ||
"multimeter": "0.1.1", | ||
"naclb": "1.3.11", | ||
"nat-upnp": "^1.1.1", | ||
"node-pre-gyp": "0.6.34", | ||
"node-uuid": "1.4.8", | ||
... | ... | @@ -97,6 +96,7 @@ |
"seedrandom": "3.0.1", | ||
"sha1": "1.1.1", | ||
"socks-proxy-agent": "4.0.2", | ||
"sodium": "^3.0.2", | ||
"sqlite3": "4.0.6", | ||
"tail": "^2.0.2", | ||
"tweetnacl": "0.14.3", | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment