jaggedsoft / node-binance-api

Node Binance API is an asynchronous node.js library for the Binance API designed to be easy to use.
MIT License
1.57k stars 767 forks source link

fix: use JSONBig.parse to parse websocket message instead of JSON.par… #890

Open doppelgunner opened 1 year ago

doppelgunner commented 1 year ago

…se to not drop numbers that exceeds javascript max number digits limit.