New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

steamid

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

steamid - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

index.js

@@ -121,3 +121,3 @@ module.exports = SteamID;

sid.instance = SteamID.Instance.DESKTOP;
sid.accountid = accountid || 0;
sid.accountid = isNaN(accountid) ? 0 : parseInt(accountid, 10);
return sid;

@@ -124,0 +124,0 @@ };

{
"name": "steamid",
"version": "1.0.1",
"version": "1.0.2",
"description": "Exposes a SteamID object class for easy SteamID management",

@@ -5,0 +5,0 @@ "keywords": ["steam", "steamid", "steam account"],

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc