Skip to content

Releases: DoctorMcKay/node-steam-totp

v2.1.2

15 Mar 06:56
359c2d5

Choose a tag to compare

  • Added Y2K38 safety on Node.js versions >= 10.20.0
    • If you're still using Node.js < 10.20.0 in 2038, you only have yourself to blame

Full Changelog: v2.1.1...v2.1.2

v2.1.1

07 Sep 09:09

Choose a tag to compare

  • Removed anonymous usage statistics reporting

v2.1.0

04 Apr 18:14

Choose a tag to compare

v1.5.0

04 Apr 18:14

Choose a tag to compare

v2.0.1

20 Mar 06:21

Choose a tag to compare

  • Added stats reporting

v2.0.0

20 Mar 06:20

Choose a tag to compare

  • Updated for ES6
  • Now requires Node.js v6 or later

v1.4.1

20 Mar 06:19

Choose a tag to compare

  • Added stats reporting

v1.4.0

30 Jun 17:01

Choose a tag to compare

  • Added ability to supply a callback to getAuthCode which automatically queries the time from Steam servers

v1.3.0

18 Jan 23:47

Choose a tag to compare

  • Added getDeviceID

v1.2.1

03 Jan 05:30

Choose a tag to compare

  • Fixed getTimeOffset failing with HTTP error 411 (issue #11, thanks to @mxscho in PR #12)