bitfinexws1
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "bitfinexws1", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "bitfinex websocket, v1 , a better , self reconnecting, parsing all responses.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -12,4 +12,5 @@ # bitfinexws1 | ||
//one l | ||
i did my best to parse all messages. | ||
## BitfinexWS1(API_KEY,API_SECRET,channels_and_events,subscribe,parsers) | ||
@@ -113,3 +114,3 @@ | ||
}, | ||
BitfinexWS1.better_parsers // (optional) my prefered set of parsers, little different from the docs, you can define your own if you like different configuration. without this, it mutches the official docs. , the difference from the docs is not an issue. rather good. | ||
BitfinexWS1.better_parsers // (optional argument, parsers to replace ) my prefered set of parsers, little different from the docs, you can define your own if you like different configuration. without this, it matches the official docs. the difference from the docs is not an issue. rather good. | ||
); | ||
@@ -116,0 +117,0 @@ |
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
58474
153