Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

binance

Package Overview
Dependencies
Maintainers
1
Versions
171
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.3.0 to 2.3.1

2

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

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

@@ -14,9 +14,9 @@ # Node.js & Typescript Binance API SDK

- Extremely robust connector with significant trading volume in production (livenet).
- Heavy end-to-end testing with real API calls.
- End-to-end testing before any release.
- Real API calls in e2e tests.
- Support REST APIs for Binance Spot, Margin, Isolated Margin & USDM Futures.
- Extremely robust & performant connector with significant trading volume in production (livenet).
- Actively maintained with a modern, promise-driven interface.
- Support for seamless HMAC and RSA authentication.
- Passing a private key as a secret will automatically revert to RSA authentication.
- Supports REST APIs for Binance Spot, Margin, Isolated Margin & USDM Futures.
- Strongly typed on most requests and responses.
- Support Websockets for Binance Spot, Margin, Isolated Margin & USDM Futures.
- Supports Websockets for Binance Spot, Margin, Isolated Margin & USDM Futures.
- Event driven messaging.

@@ -27,7 +27,11 @@ - Smart websocket persistence

- Emit `reconnected` event when dropped connection is restored.
- Strongly typed on most websocket events.
- Strongly typed on most websocket events, with typeguards available for TypeScript users.
- Optional:
- Automatic beautification of websocket events (from one-letter keys to descriptive words, and strings with floats to numbers).
- Automatic beautification of Websocket events (from one-letter keys to descriptive words, and strings with floats to numbers).
- Automatic beautification of REST responses (parsing numbers in strings to numbers).
- Heavy end-to-end testing with real API calls.
- End-to-end testing before any release.
- Real API calls in e2e tests.
- Proxy support via axios integration.
- Active community support & collaboration in telegram: [Node.js Algo Traders](https://t.me/nodetraders).

@@ -34,0 +38,0 @@ ## Installation

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