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

yoomoney-sdk

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yoomoney-sdk - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

docs/assets/logo.svg

1

dist/auth.js

@@ -40,3 +40,2 @@ "use strict";

const json = await response.json();
console.log({ json });
if (json.error)

@@ -43,0 +42,0 @@ throw new YMAuthError(json.error);

{
"name": "yoomoney-sdk",
"version": "1.0.2",
"version": "1.0.3",
"description": "YooMoney typed SDK",

@@ -18,3 +18,4 @@ "main": "dist/index.js",

"files": [
"dist"
"dist",
"docs"
],

@@ -21,0 +22,0 @@ "repository": {

# YooMoney NodeJS SDK
<center>
<img src="docs/assets/logo.svg" alt="YooMoney SDK" />
</center>
## Почему именно эта библиотека?

@@ -45,1 +49,5 @@

- `response` - Ответ полностью
### Интересует приём и отправка P2P платежей по РФ на NodeJS?
У нас есть точно такое-же типизированное SDK для QIWI 👉 [github.com/AlexXanderGrib/node-qiwi-sdk](https://github.com/AlexXanderGrib/node-qiwi-sdk)
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