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.15 to 1.0.16

8

CHANGELOG.md

@@ -7,2 +7,5 @@ # Changelog

## [1.0.16]
- Add support for exclude_fields parameter in `user.transactions.getList()`.
## [1.0.13]

@@ -143,3 +146,6 @@ - Added vezgo-direct-api example app

[Unreleased]: https://github.com/wealthica/vezgo-sdk-js/compare/v1.0.13...HEAD
[Unreleased]: https://github.com/wealthica/vezgo-sdk-js/compare/v1.0.16...HEAD
[1.0.16]: https://github.com/wealthica/vezgo-sdk-js/compare/v1.0.15...v1.0.16
[1.0.15]: https://github.com/wealthica/vezgo-sdk-js/compare/v1.0.14...v1.0.15
[1.0.14]: https://github.com/wealthica/vezgo-sdk-js/compare/v1.0.13...v1.0.14
[1.0.13]: https://github.com/wealthica/vezgo-sdk-js/compare/v1.0.12...v1.0.13

@@ -146,0 +152,0 @@ [1.0.12]: https://github.com/wealthica/vezgo-sdk-js/compare/v1.0.11...v1.0.12

@@ -109,2 +109,3 @@ import { ApisauceInstance } from "apisauce";

types?: string;
exclude_fields?: string;
}

@@ -111,0 +112,0 @@

@@ -109,2 +109,3 @@ import { ApisauceInstance } from "apisauce";

types?: string;
exclude_fields?: string;
}

@@ -111,0 +112,0 @@

@@ -109,2 +109,3 @@ import { ApisauceInstance } from "apisauce";

types?: string;
exclude_fields?: string;
}

@@ -111,0 +112,0 @@

@@ -109,2 +109,3 @@ import { ApisauceInstance } from "apisauce";

types?: string;
exclude_fields?: string;
}

@@ -111,0 +112,0 @@

2

package.json
{
"name": "vezgo-sdk-js",
"version": "1.0.15",
"version": "1.0.16",
"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, sort, types })
#### user.transactions.getList({ accountId, ticker, from, to, wallet, last, limit, sort, types, exclude_fields })

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

sort: 'asc', // optional, asc | desc
types: 'trade,deposit' // optional
types: 'trade,deposit', // optional
exclude_fields: 'other_parties,transaction_hash' // optional
});

@@ -455,0 +456,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