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

val-stats-tracker

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

val-stats-tracker

This is an valorant statistic tracker, powered by tracker.gg (not affliated tho).

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

What is this and it's purpose?

This is an valorant statistic tracker, powered by tracker.gg (not affliated tho).

Thats cool!, but how do i install and use it?

Good question, you just need to do npm i val-stats-tracker request request-promise-native --save'.

After that,

const { getStats } = require("val-stats-tracker");

console.log(getStats({username: "yourUserName#tagline"}));
//or
const check = getStats({username: "yourUserName#tagline"});
console.log(check)

FAQs

Package last updated on 25 Aug 2021

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