
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
steamidconvert
Advanced tools
A module for node that converts a 64bit SteamID to a text STEAM_x:y:z format and vice versa
npm install steamidconvert
var steam = require('steamidconvert')()
Convert SteamID into SteamID64
steam.convertTo64('STEAM_0:0:6114800') //76561197972495328
Convert SteamID64 into SteamID
steam.convertToText('76561197972495328') //STEAM_0:0:6114800
Convert Vanity into SteamID64
This is for converting custom URLs to SteamID64
//e.g. http://steamcommunity.com/id/panvertigo/
var steam = require('steamidconvert')(/*your steam api key*/)
steam.convertVanity('panvertigo', function(err, res) {
if (err) console.log(err)
else console.log(res) //76561198000670105
})
Convert old SteamID to new SteamID format
steam.convertToNewFormat('STEAM_0:0:6114800') //[U:1:12229600]
FAQs
convert 64 bit steam id to text readable format
We found that steamidconvert 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
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.