
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
@__mdev/m-steamapi
Advanced tools
const steamAPI = require('@__mdev/m-steamapi');
const api = new steamAPI({
apiKey: YOUR_STEAM_API_KEY
});
await api.getPlayerCount(APPID);
To get your API key go here: https://steamcommunity.com/dev/apikey
> getPlayerCount(appID)
- Get back player count from specified Steam app ID.
> getPlayerSummaries(steamID)
- Get back player data from specified SteamID64.
> getUserGroups(steamID)
- Get back user groups list from specified SteamID64.
> resolveVanityUrl(vanityURL)
- Get back user SteamID64 from VanityURL.
> getUserBans(steamID)
- Get user ban stats from SteamID64.
> getGameAchievements(appID)
- Get list of achievements from specified appID.
> getUserStatsForGame(steamID, appID)
- Get user achievements from specified appID.
> getSteamGames()
- Returns Steam games from store.
> getSteamSoftware()
- Returns Steam software from store.
> getUserBadges(steamID)
- Returns user owned Steam badges.
> getUserCommunityBadgeProgress(steamID)
- Returns user Community Badge progress.
> getUserDisplayedBadge(steamID)
- Returns user's displayed badge details.
> getUserGames(steamID)
- Returns list of user's owned games.
> getUserCustomizationDetails(steamID)
- Returns user's profile customization details.
> getUserProfileItemsEquipped(steamID)
- Returns user's profile items equipped.
> getUserRecentlyPlayedGames(steamID)
- Returns user's recently played games count and list.
> getUserLevel(steamID)
- Returns user's Steam level.
> getLevelDistribution(level)
- Returns data about Steam level distribution.
> getAppNews(appID)
- Returns news of providen appID.
> getInventory(appID, steamID)
- Returns Array with user inventory items.
> getAppDetails(appID)
- Returns details about specified appID.
FAQs
This package allows you to access Steam web api data easily.
The npm package @__mdev/m-steamapi receives a total of 0 weekly downloads. As such, @__mdev/m-steamapi popularity was classified as not popular.
We found that @__mdev/m-steamapi demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.