binance-api-node
Advanced tools
Comparing version 0.6.0 to 0.6.1
@@ -118,3 +118,4 @@ // tslint:disable:interface-name | ||
symbol: string; | ||
updateId: number; | ||
firstUpdateId: number; | ||
finalUpdateId: number; | ||
bidDepth: BidDepth[]; | ||
@@ -121,0 +122,0 @@ askDepth: BidDepth[]; |
{ | ||
"name": "binance-api-node", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "A node API wrapper for Binance", | ||
@@ -5,0 +5,0 @@ "main": "dist", |
@@ -117,3 +117,4 @@ import test from 'ava' | ||
'eventTime', | ||
'updateId', | ||
'firstUpdateId', | ||
'finalUpdateId', | ||
'symbol', | ||
@@ -120,0 +121,0 @@ 'bidDepth', |
Sorry, the diff of this file is not supported yet
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
227901
1733