RubyGems
npm
Organizations
Log in
Sign up
npm
steamutils
Versions diffs
1.1.94 → 1.1.96
steamutils 1.1.94 → 1.1.96
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/index.js
+1
-0
package/package.json
+1
-1
package/index.js
CHANGED
Viewed
@@ -3641,6 +3641,7 @@ class SteamUser {
3641
3641
}
3642
3642
}
3643
3643
3644
+
if(typeof result._$ !== "function") return
3644
3645
const parseResult = _self._parseSteamWebAPIKey(result._$())
3645
3646
if (parseResult.error === 'registerkey') {
3646
3647
const result2 = await this._httpRequest({
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "steamutils",
3
-
"version": "1.1.
94
",
3
+
"version": "1.1.
96
",
4
4
"main": "index.js",
5
5
"dependencies": {
6
6
"axios": "^1.3.4",