stockshark-api-access
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "stockshark-api-access", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"main": "./src/index.js", | ||
@@ -5,0 +5,0 @@ "files": [ |
@@ -8,11 +8,13 @@ const Proxy = require("./proxy") | ||
this.util = null | ||
this.time = null | ||
} | ||
init(util, config) { | ||
init(util, time, config) { | ||
for (let proxyConfig of config.proxies) { | ||
const proxy = new Proxy() | ||
proxy.init(util, proxyConfig) | ||
proxy.init(util, time, proxyConfig) | ||
this.proxies[proxyConfig.name] = proxy | ||
} | ||
this.util = util | ||
this.time = time | ||
} | ||
@@ -19,0 +21,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
11228
142