stockshark-api-access
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "stockshark-api-access", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"main": "./src/index.js", | ||
@@ -5,0 +5,0 @@ "files": [ |
@@ -14,5 +14,6 @@ const axios = require("axios") | ||
this.util = null | ||
this.time = null | ||
} | ||
init(util, config) { | ||
init(util, time, config) { | ||
if (typeof config.baseUrl === "undefined") throw "Proxy Error: Missing baseUrl" | ||
@@ -37,2 +38,3 @@ | ||
this.util = util | ||
this.time = time | ||
} | ||
@@ -39,0 +41,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
11166
140