Skip to content

Commit

Permalink
Merge pull request #88 from dilame/master
Browse files Browse the repository at this point in the history
Update passport-openid npm package to fix vulnerability
  • Loading branch information
welps authored Aug 2, 2019
2 parents bf2c3cc + 3e9bb4d commit cea3fd9
Show file tree
Hide file tree
Showing 3 changed files with 3,485 additions and 256 deletions.
3 changes: 2 additions & 1 deletion lib/passport-steam/strategy.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
* Module dependencies.
*/
var util = require('util')
, OpenIDStrategy = require('passport-openid').Strategy
, OpenIDStrategy = require('@passport-next/passport-openid').Strategy
, SteamWebAPI = require('steam-web');

/**
* Retrieve user's Steam profile information.
*
* @param {String} key Steam WebAPI key.
* @param {String} steamID SteamID64.
* @param callback
* @return {Object} User's Steam profile.
*/
function getUserProfile(key, steamID, callback) {
Expand Down
Loading

0 comments on commit cea3fd9

Please sign in to comment.