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.1.5 to 2.1.6

9

lib/types/shared.d.ts

@@ -94,10 +94,15 @@ export declare type numberInString = string | number;

limitClientOrderId?: string;
limitStrategyId?: number;
limitStrategyType?: number;
price: number;
limitIcebergQty?: number;
trailingdelta?: number;
stopClientOrderId?: string;
stopPrice: number;
stopStrategyId?: number;
stopStrategyType?: number;
stopLimitPrice?: number;
stopIcebergQty?: number;
stopLimitTimeInForce: OrderTimeInForce;
newOrderRespType: OrderResponseType;
stopLimitTimeInForce?: OrderTimeInForce;
newOrderRespType?: OrderResponseType;
/** For isolated margin trading only */

@@ -104,0 +109,0 @@ isIsolated?: StringBoolean;

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

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

@@ -1,2 +0,2 @@

# binance
# Node.js & Typescript Binance API SDK

@@ -19,3 +19,2 @@ [![Tests](https://circleci.com/gh/tiagosiebler/binance.svg?style=shield)](https://circleci.com/gh/tiagosiebler/binance)

- Support REST APIs for Binance Spot, Margin, Isolated Margin & USDM Futures.
- Automatically manage latency related authentication issues.
- Strongly typed on most requests and responses.

@@ -53,5 +52,6 @@ - Support Websockets for Binance Spot, Margin, Isolated Margin & USDM Futures.

- Try my connectors:
- [binance](https://www.npmjs.com/package/binance)
- [bybit-api](https://www.npmjs.com/package/bybit-api)
- [okx-api](https://www.npmjs.com/package/okx-api)
- [ftx-api](https://www.npmjs.com/package/ftx-api)
- [bybit-api](https://www.npmjs.com/package/bybit-api)
- [binance](https://www.npmjs.com/package/binance)
- Try my misc utilities:

@@ -58,0 +58,0 @@ - [orderbooks](https://www.npmjs.com/package/orderbooks)

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