RubyGems
npm
Organizations
Log in
Sign up
npm
steamutils
Versions diffs
1.1.3 → 1.1.4
steamutils 1.1.3 → 1.1.4
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/SteamClient.js
+1
-1
package/package.json
+1
-1
package/SteamClient.js
CHANGED
Viewed
@@ -115,7 +115,7 @@ function SteamClient({
115
115
clearTimeout(t)
116
116
}
117
117
delete gcCallback[name][id]
118
-
cb(arg)
118
+
cb(
...
arg)
119
119
}
120
120
121
121
if (timeout) {
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "steamutils",
3
-
"version": "1.1.
3
",
3
+
"version": "1.1.
4
",
4
4
"dependencies": {
5
5
"axios": "^1.3.4",
6
6
"cheerio": "^1.0.0-rc.12",