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

@lolzteam/sdk

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lolzteam/sdk

Lolzteam API for node.js

latest
Source
npmnpm
Version
0.2.6
Version published
Maintainers
2
Created
Source

Lolzteam Market API for node.js

⚠️ Attention! This project uses ES modules.

Please make sure you have "type": "module" in your package.json

Документация

Installation

npm i @lolzteam/sdk or, if you prefer yarn yarn add @lolzteam/sdk

Example usage

import { LZTApi } from '@lolzteam/sdk'

const api = new LZTApi({ token: 'your api token' })

const me = await api.users.getUser()
const myPayments = await api.market.getPayments()

console.log(me, myPayments)

Keywords

lzt

FAQs

Package last updated on 17 Oct 2023

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