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

vezgo-sdk-js

Package Overview
Dependencies
Maintainers
3
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vezgo-sdk-js - npm Package Compare versions

Comparing version 1.0.14 to 1.0.15

CHANGELOG.md

5

dist/vezgo.d.ts

@@ -101,7 +101,10 @@ import { ApisauceInstance } from "apisauce";

accountId: string;
ticker?: string;
from?: string;
to?: string;
wallet?: string;
last?: string;
limit?: number;
wallet?: string;
sort?: "asc" | "desc";
types?: string;
}

@@ -108,0 +111,0 @@

@@ -101,7 +101,10 @@ import { ApisauceInstance } from "apisauce";

accountId: string;
ticker?: string;
from?: string;
to?: string;
wallet?: string;
last?: string;
limit?: number;
wallet?: string;
sort?: "asc" | "desc";
types?: string;
}

@@ -108,0 +111,0 @@

@@ -101,7 +101,10 @@ import { ApisauceInstance } from "apisauce";

accountId: string;
ticker?: string;
from?: string;
to?: string;
wallet?: string;
last?: string;
limit?: number;
wallet?: string;
sort?: "asc" | "desc";
types?: string;
}

@@ -108,0 +111,0 @@

@@ -101,7 +101,10 @@ import { ApisauceInstance } from "apisauce";

accountId: string;
ticker?: string;
from?: string;
to?: string;
wallet?: string;
last?: string;
limit?: number;
wallet?: string;
sort?: "asc" | "desc";
types?: string;
}

@@ -108,0 +111,0 @@

2

package.json
{
"name": "vezgo-sdk-js",
"version": "1.0.14",
"version": "1.0.15",
"description": "Official Vezgo JS SDK for the Browser & NodeJS",

@@ -5,0 +5,0 @@ "author": "Wealthica Financial Technology Inc. <hello@wealthica.com> (https://wealthica.com/)",

@@ -435,3 +435,3 @@ # Official Vezgo JS SDK for the Browser & NodeJS

#### user.transactions.getList({ accountId, ticker, from, to, wallet, last, limit })
#### user.transactions.getList({ accountId, ticker, from, to, wallet, last, limit, sort, types })

@@ -451,2 +451,4 @@ This method retrieves the list of transactions for an account.

limit: 10, // optional
sort: 'asc', // optional, asc | desc
types: 'trade,deposit' // optional
});

@@ -453,0 +455,0 @@ ```

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