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

binance

Package Overview
Dependencies
Maintainers
0
Versions
171
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

binance - npm Package Versions

1
17

2.0.6

Diff

Changelog

Source

2.0.6

  • Fix symbol & margin asset types for futures user data updated position event.
tsts123
published 2.0.5 •

Changelog

Source

2.0.5

  • Refine types for user data websocket events (futures)
tsts123
published 2.0.4 •

Changelog

Source

2.0.4

  • Disable 'silly' logger category by default to reduce ping/pong noise.
  • Expand ws support to other API categories.
  • Expand beautifier support for other WS messages.
tsts123
published 2.0.3 •

Changelog

Source

2.0.3

  • Expand main-client APIs.
  • Expand usdm-client APIs.
tsts123
published 2.0.2 •

Changelog

Source

2.0.2

  • Fix getAccountInformation main endpoint.
  • Fix a few missing APIs.
  • Refactor SpotClient->MainClient. SpotClient will be deprecated in future (MainClient is the same, just a different name).
  • Fix build errors from incorrect module imports.
tsts123
published 2.0.1 •

Changelog

Source

2.0.14

  • Update values thrown by exception parser.
tsts123
published 2.0.0 •

Changelog

Source

2.0.0

  • Introduction for typescript with strong types on most request parameters & responses.
    • NPM package includes transpiled framework & type declarations.
    • Supports both typescript and vanilla node.js projects.
    • REST requests and responses include detailed types, though some may still be missing.
    • Raw and beautified WS events include detailed types, though some may still be missing.
  • Introduction for webpack.
    • To generate a browser bundle clone & build the library then run webpack using npm run pack.
  • Introduction for integration tests via jest on all REST clients.
    • Tests are executed automatically to avoid unintended breaking changes on release.
    • Real API calls are made to validate integration.
  • Complete networking overhaul using axios.
    • Small & modern framework. Significant reduction in dependencies via deprecation of request.
    • Support for proxies and other axios-supported functionality.
    • Support for backend (node) and frontend (browser) requests.
  • Complete overhaul in websockets client.
    • Websocket events are still (optionally) beautified consistently with how the previous library worked.
    • New event-driven architecture.
    • Support for USDM Futures. More to come in a future release.
    • Automatic connection monitoring, with automatic reconnect if the connection goes stale.
    • Automatic userData connection monitoring, with automatic refresh and respawn if previous listen key expires or the connection closes unexpectedly.
  • Complete overhaul in REST client.
  • Passive tracking & storage of API limit states (IP request weight & order weight).
    • Parsed automatically via response headers when any request is made, if header is detected.
    • See getRateLimitStates() to query the last seen weights on any of the REST clients.
  • Smarter time-sync to handle common recvWindow latency issues (optional, default on).
tsts123
published 2.0.0-beta.11 •

tsts123
published 2.0.0-beta.10 •

tsts123
published 2.0.0-beta.9 •

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