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
186
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

to
2.8.6

2

lib/types/shared.d.ts

@@ -127,3 +127,3 @@ export declare type numberInString = string | number;

limitIcebergQty?: number;
trailingdelta?: number;
trailingDelta?: number;
stopClientOrderId?: string;

@@ -130,0 +130,0 @@ stopPrice: number;

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

stopPrice?: number;
trailingDelta?: number;
icebergQty?: number;

@@ -320,0 +321,0 @@ newOrderRespType?: OrderResponseType;

{
"name": "binance",
"version": "2.8.5",
"version": "2.8.6",
"description": "Node.js & JavaScript SDK for Binance REST APIs & WebSockets, with TypeScript & end-to-end tests.",

@@ -32,3 +32,4 @@ "main": "lib/index.js",

"Chris <apexearth@gmail.com> (https://github.com/apexearth)",
"Bruno Lobo <me@brunolobo.xyz> (https://brunolobo.xyz)"
"Bruno Lobo <me@brunolobo.xyz> (https://brunolobo.xyz)",
"0xSmartCrypto <0xsmartcrypto@gmail.com> (https://twitter.com/0xSmartCrypto)"
],

@@ -35,0 +36,0 @@ "dependencies": {