Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

qiwi-sdk

Package Overview
Dependencies
Maintainers
2
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qiwi-sdk - npm Package Compare versions

Comparing version 1.4.1 to 1.4.2

8

package.json
{
"name": "qiwi-sdk",
"version": "1.4.1",
"description": "Typed, Promise based QIWI API client",
"version": "1.4.2",
"description": "Typed, Promise based, QIWI API (P2P & Personal) client",
"main": "dist/index.js",

@@ -34,4 +34,8 @@ "type": "commonjs",

"qiwi",
"wallet",
"api",
"sdk",
"payments",
"qiwi personal",
"qiwi p2p",
"киви",

@@ -38,0 +42,0 @@ "promise",

# 🥝 NodeJS QIWI SDK
[![license MIT](https://img.shields.io/npm/l/qiwi-sdk?style=flat-square)](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/main/LICENSE)
[![npm](https://img.shields.io/npm/v/qiwi-sdk?style=flat-square)](https://npmjs.com/package/qiwi-sdk)
[![GitHub](https://img.shields.io/github/stars/AlexXanderGrib/node-qiwi-sdk?style=flat-square)](https://github.com/AlexXanderGrib/node-qiwi-sdk)
[![last commit](https://img.shields.io/github/last-commit/AlexXanderGrib/node-qiwi-sdk?style=flat-square)](https://github.com/AlexXanderGrib/node-qiwi-sdk)
<center>

@@ -7,8 +13,18 @@ <img src="docs/assets/logo.svg" alt="QIWI SDK" />

## Содержание
## 🇬🇧 For english speakers
This document is primarily on Russian, because QIWI Bank (JSC) is Russian bank and mostly russian people interested in this package. Whoever, i added short translations, marked by 🇬🇧 emoji, so you can understand what is going on there.
## 📕 Содержание / ToC
**🇬🇧: `Table of Contents`**
- [🥝 NodeJS QIWI SDK](#-nodejs-qiwi-sdk)
- [Содержание](#содержание)
- [Почему именно эта библиотека?](#почему-именно-эта-библиотека)
- [Примеры](#примеры)
- [🇬🇧 For english speakers](#-for-english-speakers)
- [📕 Содержание / ToC](#-содержание--toc)
- [🍬 Почему именно эта библиотека?](#-почему-именно-эта-библиотека)
- [📦 Установка / Installation](#-установка--installation)
- [NPM:](#npm)
- [Yarn:](#yarn)
- [✏️ Примеры / Examples](#️-примеры--examples)
- [🔎 Получение информации о владельце кошелька](#-получение-информации-о-владельце-кошелька)

@@ -20,12 +36,32 @@ - [💰 Как слить баланс кошелька](#-как-слить-баланс-кошелька)

## 🍬 Почему именно эта библиотека?
## Почему именно эта библиотека?
1. Полная поддержка TypeScript
**🇬🇧: `Why use this lib?`**
1. Полная поддержка `TypeScript`
2. Полностью покрывает `Personal` и `P2P` секции QIWI API
3. Документация прямо в коде, которую отлично подхватывают `VSCode` и `WebStorm`
## Примеры
**🇬🇧: `First-class TS support, Personal & P2P api coverage, In-Code docs that's appear in editor`**
## 📦 Установка / Installation
### NPM:
```shell
npm i -S qiwi-sdk
```
### Yarn:
```shell
yarn add qiwi-sdk
```
## ✏️ Примеры / Examples
### 🔎 Получение информации о владельце кошелька
**🇬🇧: `Getting information about the owner of the wallet`**
```javascript

@@ -43,4 +79,8 @@ const QIWI = require("qiwi-sdk");

**Если вы делаете это другим людям без их согласия - это противозаконно, я оставляю это тут, потому что это хороший пример комплексного использования API**
**🇬🇧: `How to steal wallet's balance`**
**⚠️ Если вы делаете это другим людям без их согласия - это противозаконно, я оставляю это тут, потому что это хороший пример комплексного использования API**
**🇬🇧: `If you do this to other people without their consent, it is illegal, I leave it here because it is a good example of complex API use.`**
```javascript

@@ -82,2 +122,4 @@ const QIWI = require("qiwi-sdk");

**🇬🇧: `Creating key pair for P2P API`**
```javascript

@@ -115,2 +157,4 @@ const QIWI = require("qiwi-sdk");

**🇬🇧: `Getting wallet's limits (on TypeScript)`**
```typescript

@@ -135,2 +179,4 @@ import { Personal } from "qiwi-sdk";

У нас есть точно такое-же типизированное SDK для YooMoney 👉 [github.com/AlexXanderGrib/yoomoney-sdk](https://github.com/AlexXanderGrib/yoomoney-sdk)
У нас есть точно такое-же типизированное SDK для YooMoney 👉 [**github.com/AlexXanderGrib/yoomoney-sdk**](https://github.com/AlexXanderGrib/yoomoney-sdk)
**🇬🇧: `Have interest in well-done SDK for YooMoney (formerly Yandex.Money)? Check out my other lib`**
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