
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
steam-store
Advanced tools
An API client for the unofficial Steam Storefront (Big Picture) resource, which provides methods to retrieve product information from the platform.
Latest: 0.4.0
Features:
var SteamStore = require('steam-store');
var store = new SteamStore({
country: 'DE',
language: 'en'
});
// store methods to call
Examples can be found here.
new SteamStore([options])
Available options for the store settings:
.getProducts([String|Array <String> types][, Booelan streamable][, Function callback])
.getProductsLists([Function callback])
.getProductsDetails(Array <String|Number> ids [, Boolean streamable][, Function callback])
.getProductsDetail(String|Number id [, Function callback])
.getProductLink(Number|String id)
.steam(String name [optional: arguments for the specific resource])
FAQs
API client for the unofficial steam storefront/big picture resource
We found that steam-store 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.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.