New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ts-qiwi-api

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-qiwi-api - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

package.json
{
"name": "ts-qiwi-api",
"version": "0.0.3",
"version": "0.0.4",
"author": "Ivan Surkov <panarama360@gmail.com>",

@@ -5,0 +5,0 @@ "main": "build/index.js",

export enum TxnType {
Кeplenishment = 0,
Replenishment = 0,
Payments = 1,
All = 2
}

@@ -8,2 +8,3 @@ export * from "./QiwiApi";

export * from "./enum/Recipients";
export * from "./enum/IdentificationType";
export * from "./enum/IdentificationType";
export * from "./enum/TxnType";

@@ -15,3 +15,2 @@ import * as request from "request-promise";

import {PhonePaymentResponce} from "./responces/PhonePaymentResponce";
import {Bank} from "./enum/Bank";
import {SetHookResponce} from "./responces/SetHookResponce";

@@ -18,0 +17,0 @@ import {WebHookPayload} from "./web-hook/WebHookPayload";

Sorry, the diff of this file is not supported yet

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