steamcommunity 3.48.3 → 3.48.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -21
- package/README.md +21 -22
- package/classes/CEconItem.js +2 -2
- package/classes/CSteamUser.js +1 -1
- package/components/groups.js +3 -3
- package/components/users.js +831 -831
- package/components/webapi.js +221 -221
- package/examples/README.md +35 -35
- package/examples/accept_all_confirmations.js +173 -173
- package/index.js +466 -466
- package/package.json +44 -44
- package/resources/ESharedFileType.js +13 -13
package/package.json
CHANGED
|
@@ -1,44 +1,44 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "steamcommunity",
|
|
3
|
-
"version": "3.48.
|
|
4
|
-
"description": "Provides an interface for logging into and interacting with the Steam Community website",
|
|
5
|
-
"files": [
|
|
6
|
-
"/classes",
|
|
7
|
-
"/components",
|
|
8
|
-
"/examples",
|
|
9
|
-
"/resources",
|
|
10
|
-
"/index.js"
|
|
11
|
-
],
|
|
12
|
-
"keywords": [
|
|
13
|
-
"steam",
|
|
14
|
-
"steam community"
|
|
15
|
-
],
|
|
16
|
-
"homepage": "https://github.com/DoctorMcKay/node-steamcommunity",
|
|
17
|
-
"bugs": {
|
|
18
|
-
"url": "https://github.com/DoctorMcKay/node-steamcommunity/issues"
|
|
19
|
-
},
|
|
20
|
-
"license": "MIT",
|
|
21
|
-
"author": {
|
|
22
|
-
"name": "Alex Corn",
|
|
23
|
-
"email": "mckay@doctormckay.com",
|
|
24
|
-
"url": "https://www.doctormckay.com"
|
|
25
|
-
},
|
|
26
|
-
"repository": {
|
|
27
|
-
"type": "git",
|
|
28
|
-
"url": "https://github.com/DoctorMcKay/node-steamcommunity.git"
|
|
29
|
-
},
|
|
30
|
-
"dependencies": {
|
|
31
|
-
"@doctormckay/user-agents": "^1.0.0",
|
|
32
|
-
"async": "^2.6.3",
|
|
33
|
-
"cheerio": "0.22.0",
|
|
34
|
-
"image-size": "^0.8.2",
|
|
35
|
-
"request": "^2.88.0",
|
|
36
|
-
"steam-session": "^1.7.2",
|
|
37
|
-
"steam-totp": "^1.5.0",
|
|
38
|
-
"steamid": "^1.1.3",
|
|
39
|
-
"xml2js": "^0.6.2"
|
|
40
|
-
},
|
|
41
|
-
"engines": {
|
|
42
|
-
"node": ">=4.0.0"
|
|
43
|
-
}
|
|
44
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "steamcommunity",
|
|
3
|
+
"version": "3.48.4",
|
|
4
|
+
"description": "Provides an interface for logging into and interacting with the Steam Community website",
|
|
5
|
+
"files": [
|
|
6
|
+
"/classes",
|
|
7
|
+
"/components",
|
|
8
|
+
"/examples",
|
|
9
|
+
"/resources",
|
|
10
|
+
"/index.js"
|
|
11
|
+
],
|
|
12
|
+
"keywords": [
|
|
13
|
+
"steam",
|
|
14
|
+
"steam community"
|
|
15
|
+
],
|
|
16
|
+
"homepage": "https://github.com/DoctorMcKay/node-steamcommunity",
|
|
17
|
+
"bugs": {
|
|
18
|
+
"url": "https://github.com/DoctorMcKay/node-steamcommunity/issues"
|
|
19
|
+
},
|
|
20
|
+
"license": "MIT",
|
|
21
|
+
"author": {
|
|
22
|
+
"name": "Alex Corn",
|
|
23
|
+
"email": "mckay@doctormckay.com",
|
|
24
|
+
"url": "https://www.doctormckay.com"
|
|
25
|
+
},
|
|
26
|
+
"repository": {
|
|
27
|
+
"type": "git",
|
|
28
|
+
"url": "https://github.com/DoctorMcKay/node-steamcommunity.git"
|
|
29
|
+
},
|
|
30
|
+
"dependencies": {
|
|
31
|
+
"@doctormckay/user-agents": "^1.0.0",
|
|
32
|
+
"async": "^2.6.3",
|
|
33
|
+
"cheerio": "0.22.0",
|
|
34
|
+
"image-size": "^0.8.2",
|
|
35
|
+
"request": "^2.88.0",
|
|
36
|
+
"steam-session": "^1.7.2",
|
|
37
|
+
"steam-totp": "^1.5.0",
|
|
38
|
+
"steamid": "^1.1.3",
|
|
39
|
+
"xml2js": "^0.6.2"
|
|
40
|
+
},
|
|
41
|
+
"engines": {
|
|
42
|
+
"node": ">=4.0.0"
|
|
43
|
+
}
|
|
44
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @enum ESharedFileType
|
|
3
|
-
*/
|
|
4
|
-
module.exports = {
|
|
5
|
-
"Screenshot": 0,
|
|
6
|
-
"Artwork": 1,
|
|
7
|
-
"Guide": 2,
|
|
8
|
-
|
|
9
|
-
// Value-to-name mapping for convenience
|
|
10
|
-
"0": "Screenshot",
|
|
11
|
-
"1": "Artwork",
|
|
12
|
-
"2": "Guide"
|
|
13
|
-
};
|
|
1
|
+
/**
|
|
2
|
+
* @enum ESharedFileType
|
|
3
|
+
*/
|
|
4
|
+
module.exports = {
|
|
5
|
+
"Screenshot": 0,
|
|
6
|
+
"Artwork": 1,
|
|
7
|
+
"Guide": 2,
|
|
8
|
+
|
|
9
|
+
// Value-to-name mapping for convenience
|
|
10
|
+
"0": "Screenshot",
|
|
11
|
+
"1": "Artwork",
|
|
12
|
+
"2": "Guide"
|
|
13
|
+
};
|