Skip to content

Commit

Permalink
add crypto polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
KeithRyanWong committed Feb 6, 2025
1 parent 1a373bf commit 5a2d838
Show file tree
Hide file tree
Showing 2 changed files with 367 additions and 16 deletions.
24 changes: 13 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,32 +12,34 @@
"test": "jest"
},
"dependencies": {
"url-join": "4.0.1",
"crypto-browserify": "^3.12.1",
"form-data": "^4.0.0",
"formdata-node": "^6.0.3",
"js-base64": "3.7.2",
"node-fetch": "2.7.0",
"qs": "6.11.2",
"readable-stream": "^4.5.2",
"js-base64": "3.7.2"
"url-join": "4.0.1"
},
"devDependencies": {
"@types/url-join": "4.0.1",
"@types/qs": "6.9.8",
"@types/jest": "29.5.5",
"@types/node": "17.0.33",
"@types/node-fetch": "2.6.9",
"@types/qs": "6.9.8",
"@types/readable-stream": "^4.0.15",
"webpack": "^5.94.0",
"ts-loader": "^9.3.1",
"@types/url-join": "4.0.1",
"jest": "29.7.0",
"@types/jest": "29.5.5",
"ts-jest": "29.1.1",
"jest-environment-jsdom": "29.7.0",
"@types/node": "17.0.33",
"prettier": "2.7.1",
"typescript": "4.6.4"
"ts-jest": "29.1.1",
"ts-loader": "^9.3.1",
"typescript": "4.6.4",
"webpack": "^5.94.0"
},
"browser": {
"fs": false,
"os": false,
"path": false
"path": false,
"crypto": "crypto-browserify"
}
}
Loading

0 comments on commit 5a2d838

Please sign in to comment.