steamutils 1.3.50 → 1.3.52
Sign up to get free protection for your applications and to get access to all the features.
- package/CookieManager.js +64 -0
- package/SteamClient.js +49 -11
- package/cheerio.js +103 -71
- package/const.js +336 -0
- package/index.js +6347 -6474
- package/package.json +5 -5
- package/remote.js +3858 -4036
- package/test_steamclient.js +14 -0
- package/string.js +0 -96
package/package.json
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
{
|
2
2
|
"name": "steamutils",
|
3
|
-
"version": "1.3.
|
3
|
+
"version": "1.3.52",
|
4
4
|
"main": "index.js",
|
5
5
|
"dependencies": {
|
6
|
-
"alpha-common-utils": "^1.0.
|
7
|
-
"axios": "^1.6.
|
6
|
+
"alpha-common-utils": "^1.0.6",
|
7
|
+
"axios": "^1.6.7",
|
8
8
|
"bytebuffer": "^5.0.1",
|
9
9
|
"cheerio": "^1.0.0-rc.12",
|
10
10
|
"crypto-js": "^4.2.0",
|
@@ -13,10 +13,10 @@
|
|
13
13
|
"jimp": "^0.22.10",
|
14
14
|
"lodash": "^4.17.21",
|
15
15
|
"moment": "^2.30.1",
|
16
|
-
"moment-timezone": "^0.5.
|
16
|
+
"moment-timezone": "^0.5.45",
|
17
17
|
"node-bignumber": "^1.2.2",
|
18
18
|
"steam-session": "^1.7.2",
|
19
|
-
"steam-user": "^5.0.
|
19
|
+
"steam-user": "^5.0.8",
|
20
20
|
"steamcommunity": "^3.48.2",
|
21
21
|
"steamid": "^2.0.0",
|
22
22
|
"url-parse": "^1.5.10",
|