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

binance-api-node

Package Overview
Dependencies
Maintainers
1
Versions
180
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

binance-api-node - npm Package Compare versions

Comparing version 0.10.22 to 0.10.23

3

dist/http-client.js

@@ -509,2 +509,5 @@ "use strict";

},
marginMaxBorrow: function marginMaxBorrow(payload) {
return privCall('/sapi/v1/margin/maxBorrowable', payload);
},
futuresPing: function futuresPing() {

@@ -511,0 +514,0 @@ return pubCall('/fapi/v1/ping').then(function () {

3

index.d.ts

@@ -280,3 +280,3 @@ // tslint:disable:interface-name

useServerTime?: boolean
}): Promise<QueryOrderResult>
}): Promise<QueryOrderResult[]>
futuresPositionRisk(options?: { recvWindow: number }): Promise<PositionRiskResult[]>

@@ -300,2 +300,3 @@ futuresAccountBalance(options?: { recvWindow: number }): Promise<FuturesBalanceResult[]>

marginIsolatedAccount(options?: { symbol?: string; recvWindow?: number }): Promise<IsolatedMarginAccount>
marginMaxBorrow(options: {asset: string, isolatedSymbol?: string, recvWindow?: number}): Promise<{amount: string, borrowLimit: string}>
}

@@ -302,0 +303,0 @@

{
"name": "binance-api-node",
"version": "0.10.22",
"version": "0.10.23",
"description": "A node API wrapper for Binance",

@@ -5,0 +5,0 @@ "main": "dist",

Sorry, the diff of this file is too big to display

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