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
177
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.2.5 to 2.2.6

2

lib/main-client.d.ts

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

}>;
getBrokerSubAccountDepositHistory(params?: GetBrokerSubAccountDepositHistoryParams): Promise<BrokerSubAccountDepositHistory>;
getBrokerSubAccountDepositHistory(params?: GetBrokerSubAccountDepositHistoryParams): Promise<BrokerSubAccountDepositHistory[]>;
getBrokerUserCustomisedId(market: 'spot' | 'futures'): import("./util/requestUtils").GenericAPIResponse<any>;

@@ -95,0 +95,0 @@ createBrokerSubAccount(params: CreateBrokerSubAccountParams): Promise<BrokerSubAccount>;

@@ -812,2 +812,3 @@ import { ExchangeFilter, ExchangeSymbol, numberInString, OrderBookRow, OrderResponseType, OrderSide, OrderStatus, OrderTimeInForce, OrderType, RateLimiter, SideEffects, StringBoolean, SymbolFilter } from './shared';

limit?: number;
showAllStatus?: boolean;
}

@@ -887,3 +888,3 @@ export interface CreateBrokerSubAccountParams {

export interface GetBrokerSubAccountDepositHistoryParams {
subaccounId?: string;
subAccountId?: string;
coin?: string;

@@ -1302,2 +1303,3 @@ status?: number;

size?: number;
asset?: string;
}

@@ -1304,0 +1306,0 @@ export interface FlexibleProductPositionParams {

{
"name": "binance",
"version": "2.2.5",
"version": "2.2.6",
"description": "Node.js connector for Binance's REST APIs and WebSockets, with TypeScript & integration tests.",

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

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