binance 2.4.0 → 2.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -17,7 +17,8 @@ Node.js SDK for the Binance APIs and WebSockets, with TypeScript & browser suppo
|
|
|
17
17
|
- Passing a private key as a secret will automatically revert to RSA authentication.
|
|
18
18
|
- Supports REST APIs for Binance Spot, Margin, Isolated Margin, USDM & CoinM Futures.
|
|
19
19
|
- Strongly typed on most requests and responses.
|
|
20
|
-
-
|
|
20
|
+
- Automated end-to-end tests on most API calls, ensuring no breaking changes are released.
|
|
21
|
+
- Supports Websockets for Binance Spot, Margin, Isolated Margin, USDM & CoinM Futures.
|
|
21
22
|
- Event driven messaging.
|
|
22
23
|
- Smart websocket persistence
|
|
23
24
|
- Automatically handle silent websocket disconnections through timed heartbeats, including the scheduled 24hr disconnect.
|
package/package.json
CHANGED