New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

steam-inventory

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

steam-inventory

The package helps you to load user Steam inventory without any limits

latest
Source
npmnpm
Version
1.0.5
Version published
Maintainers
1
Created
Source

steam-inventory

This package helps you to load user steam inventory without limits and paying for it. It is made for fast items loading, using Steam official API.

Installing repository

npm install steam-inventory

Adding repository to your code

const li = require("steam-inventory");

Getting user Steam inventory

li("XXXXXXXXXXXXXXXXX", 730, 2, (items, error) => {
  if(error) {
    return console.log("Error, while getting user items. Please check settings or user inventory is hidden.");
  } else {
    // Write your code here...
  }
});

Keywords

inventory

FAQs

Package last updated on 04 Mar 2017

Did you know?

Socket

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.

Install

Related posts