node-steamcommunity/components
Revadike 98373708e5
Added userID guard
Because I got this:
```
 2019-06-12 | 01:22:30.151 | ERROR | crashBot                       | Fatal error: TypeError: Cannot read property 'getSteamID64' of null
    at get (node_modules\steamcommunity\components\users.js:416:60)
    at SteamCommunity.getUserInventoryContents (node_modules\steamcommunity\components\users.js:412:2)
    at unpackSteamBoosterPacks (index.js:3588:21)
    at cleanupSteamInventory (index.js:3583:5)
    at SteamUser.refreshSteamWebSession (index.js:857:38)
    at Object.onceWrapper (events.js:273:13)
    at SteamUser.emit (events.js:182:13)
    at SteamUser.gotSteamWebSession (index.js:1754:16)
    at SteamUser.emit (events.js:182:13)
    at _apiRequest (node_modules\steam-user\components\web.js:61:9)
    at IncomingMessage.<anonymous> (node_modules\steam-user\components\webapi.js:82:4)
    at IncomingMessage.emit (events.js:187:15)
    at endReadableNT (_stream_readable.js:1094:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
```
2019-06-17 02:43:07 +02:00
..
chat.js Deprecated webchat methods 2019-02-13 17:35:39 -05:00
confirmations.js Throw Error if using confirmations without being logged in 2017-06-02 23:35:23 -04:00
groups.js Add comment group 2018-10-20 13:29:52 +07:00
helpers.js Added postProfileStatus and deleteProfileStatus (closes #200) 2018-07-10 23:59:57 -04:00
http.js Fixed crash no non-string 403 responses 2017-02-25 19:12:34 -05:00
inventoryhistory.js Added deprecation notice to getInventoryHistory 2017-10-20 19:28:26 -04:00
market.js Added inventory gift redemption 2018-04-01 03:38:45 -04:00
profile.js Added ability to change friends list privacy 2018-11-01 01:20:19 -04:00
twofactor.js Automatically handle time offset when enabling 2FA (fixes #98) 2016-04-02 16:14:34 -04:00
users.js Added userID guard 2019-06-17 02:43:07 +02:00
webapi.js Deprecated webchat methods 2019-02-13 17:35:39 -05:00