Skip to content

Commit 84a6ea0

Browse files
APT-417: sodium-randbytes replaced with crypto-js (#308)
* sodium-randbytes replaced with crypto-js * zilliqa-js version bumped to 3.5.0 --------- Co-authored-by: uHappyLogic <[email protected]>
1 parent f9544f9 commit 84a6ea0

File tree

15 files changed

+226
-2506
lines changed

15 files changed

+226
-2506
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
"clsx": "^1.2.1",
5757
"cross-fetch": "2.2.5",
5858
"crypto-browserify": "^3.12.0",
59+
"crypto-js": "^4.2.0",
5960
"csstype": "^3.1.1",
6061
"cz-conventional-changelog": "^3.3.0",
6162
"d3": "^7.6.1",
@@ -129,7 +130,6 @@
129130
"sanitize-html": "^2.7.3",
130131
"scrypt-js": "^3.0.1",
131132
"semver": "^7.5.2",
132-
"sodium-randbytes": "0.14.0",
133133
"source-map": "^0.7.4",
134134
"source-map-support": "^0.5.21",
135135
"stream-browserify": "^3.0.0",
@@ -156,6 +156,7 @@
156156
"worker-plugin": "^5.0.1"
157157
},
158158
"devDependencies": {
159+
"@types/crypto-js": "^4.2.1",
159160
"@types/long": "4.0.2",
160161
"@types/node": "18.7.18",
161162
"@types/protobufjs": "6.0.0",

0 commit comments

Comments
 (0)