websocket-crypto-api
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -75,3 +75,3 @@ import Exchanges from "./baseExchange"; | ||
side: side, | ||
timestamp: date.getTime() / 1000 | 0, | ||
timestamp: date.getTime(), | ||
price: +res[0][1], | ||
@@ -78,0 +78,0 @@ amount: +res[0][2], |
{ | ||
"name": "websocket-crypto-api", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "---", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
10299