RubyGems
npm
Organizations
Log in
Sign up
npm
steamutils
Versions diffs
1.1.70 → 1.1.71
steamutils 1.1.70 → 1.1.71
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
+3
-0
package/package.json
+1
-1
package/SteamClient.js
CHANGED
Viewed
@@ -1264,6 +1264,9 @@ function SteamClient({
1264
1264
return state
1265
1265
},
1266
1266
log,
1267
+
isPrime(){
1268
+
return prime === true
1269
+
}
1267
1270
}
1268
1271
}
1269
1272
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "steamutils",
3
-
"version": "1.1.
70
",
3
+
"version": "1.1.
71
",
4
4
"main":"index.js",
5
5
"dependencies": {
6
6
"axios": "^1.3.4",