Comparing version 2.4.0 to 2.4.1
{ | ||
"name": "binance", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"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", |
@@ -20,3 +20,4 @@ # Node.js & Typescript Binance API SDK | ||
- Strongly typed on most requests and responses. | ||
- Supports Websockets for Binance Spot, Margin, Isolated Margin & USDM & CoinM Futures. | ||
- Automated end-to-end tests on most API calls, ensuring no breaking changes are released. | ||
- Supports Websockets for Binance Spot, Margin, Isolated Margin, USDM & CoinM Futures. | ||
- Event driven messaging. | ||
@@ -23,0 +24,0 @@ - Smart websocket persistence |
443059
345