You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

payvra-sdk

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

payvra-sdk - npm Package Compare versions

Comparing version

to
1.1.2

@@ -157,3 +157,3 @@ declare enum PayvraInvoiceStatus {

address: string;
txHash: string;
txHash: string | null;
amount: number;

@@ -160,0 +160,0 @@ createdAt: string;

@@ -174,5 +174,4 @@ "use strict";

`${this.baseUrl}/exchange/pairs`,
{
headers: this.headers
}
{},
{ headers: this.headers }
);

@@ -179,0 +178,0 @@ if (!response.data) {

{
"name": "payvra-sdk",
"version": "1.1.1",
"version": "1.1.2",
"description": "Official TypeScript SDK for the Payvra API",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet