binance-api-node
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -75,2 +75,4 @@ 'use strict'; | ||
cb({ | ||
symbol: symbol, | ||
level: level, | ||
lastUpdateId: lastUpdateId, | ||
@@ -77,0 +79,0 @@ bids: bids.map(function (b) { |
{ | ||
"name": "binance-api-node", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "A node API wrapper for Binance", | ||
@@ -5,0 +5,0 @@ "main": "dist", |
@@ -746,2 +746,4 @@ # binance-api-node [](https://travis-ci.org/HyperCubeProject/binance-api-node) [](https://coveralls.io/github/HyperCubeProject/binance-api-node) [](https://github.com/binance-exchange/binance-api-node) | ||
{ | ||
symbol: 'ETHBTC', | ||
level: 10, | ||
bids: [ | ||
@@ -748,0 +750,0 @@ { price: '0.04896500', quantity: '0.00000000' }, |
@@ -41,2 +41,4 @@ import WebSocket from 'ws' | ||
cb({ | ||
symbol, | ||
level, | ||
lastUpdateId, | ||
@@ -43,0 +45,0 @@ bids: bids.map(b => zip(['price', 'quantity'], b)), |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
212735
1362
908