tardis-dev
Advanced tools
Comparing version 13.12.0 to 13.13.0
@@ -155,5 +155,5 @@ import { CircularBuffer } from '../handy'; | ||
A: string; | ||
T?: number; | ||
E?: number; | ||
}; | ||
export {}; | ||
//# sourceMappingURL=binance.d.ts.map |
@@ -380,3 +380,3 @@ "use strict"; | ||
bidAmount: binanceBookTicker.B !== undefined ? Number(binanceBookTicker.B) : undefined, | ||
timestamp: binanceBookTicker.T !== undefined ? new Date(binanceBookTicker.T) : localTimestamp, | ||
timestamp: binanceBookTicker.E !== undefined ? new Date(binanceBookTicker.E) : localTimestamp, | ||
localTimestamp: localTimestamp | ||
@@ -383,0 +383,0 @@ }; |
{ | ||
"name": "tardis-dev", | ||
"version": "13.12.0", | ||
"version": "13.13.0", | ||
"engines": { | ||
@@ -5,0 +5,0 @@ "node": ">=12" |
@@ -442,3 +442,3 @@ import { debug } from '../debug' | ||
bidAmount: binanceBookTicker.B !== undefined ? Number(binanceBookTicker.B) : undefined, | ||
timestamp: binanceBookTicker.T !== undefined ? new Date(binanceBookTicker.T) : localTimestamp, | ||
timestamp: binanceBookTicker.E !== undefined ? new Date(binanceBookTicker.E) : localTimestamp, | ||
localTimestamp: localTimestamp | ||
@@ -549,3 +549,3 @@ } | ||
A: string // best ask qty | ||
T?: number // transaction time | ||
E?: number // transaction time | ||
} |
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