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

binance

Package Overview
Dependencies
Maintainers
1
Versions
172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

binance - npm Package Compare versions

Comparing version 2.4.1 to 2.5.0

5

lib/usdm-client.d.ts

@@ -83,3 +83,6 @@ import { AxiosRequestConfig } from 'axios';

getIncomeHistory(params?: GetIncomeHistoryParams): Promise<IncomeHistory[]>;
getNotionalAndLeverageBrackets(params?: Partial<BasicSymbolParam>): Promise<SymbolLeverageBracketsResult[] | SymbolLeverageBracketsResult>;
/**
* Contrary to what the docs say - if symbol is provided, this returns an array with length 1 (assuming the symbol exists)
*/
getNotionalAndLeverageBrackets(params?: Partial<BasicSymbolParam>): Promise<SymbolLeverageBracketsResult[]>;
getADLQuantileEstimation(params?: Partial<BasicSymbolParam>): Promise<any>;

@@ -86,0 +89,0 @@ getForceOrders(params?: GetForceOrdersParams): Promise<ForceOrderResult[]>;

3

lib/usdm-client.js

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

}
/**
* Contrary to what the docs say - if symbol is provided, this returns an array with length 1 (assuming the symbol exists)
*/
getNotionalAndLeverageBrackets(params) {

@@ -207,0 +210,0 @@ return this.getPrivate('fapi/v1/leverageBracket', params);

{
"name": "binance",
"version": "2.4.1",
"version": "2.5.0",
"description": "Complete & robust node.js SDK for Binance's REST APIs and WebSockets, with TypeScript & end-to-end tests.",

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

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