Added encryption support throughout the API, fixed bugs and added typings for ECC encryption

This commit is contained in:
emad-salah 2021-03-30 17:41:11 +01:00
parent 29640c9b59
commit 062a7f4a77
10 changed files with 318 additions and 109 deletions

View file

@ -66,12 +66,14 @@
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@types/bluebird": "^3.5.32",
"@types/dotenv": "^6.1.1",
"@types/eccrypto": "^1.1.2",
"@types/express": "^4.17.1",
"@types/gun": "^0.9.2",
"@types/jest": "^24.0.18",
"@types/jsonwebtoken": "^8.3.7",
"@types/lodash": "^4.14.141",
"@types/node-fetch": "^2.5.8",
"@types/node-persist": "^3.1.1",
"@types/ramda": "types/npm-ramda#dist",
"@types/react": "16.x.x",
"@types/socket.io": "^2.1.11",