eventregistry
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -5,3 +5,3 @@ { | ||
"description": "Package containing wrapper functions for Event Registry API", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"license": "MIT", | ||
@@ -8,0 +8,0 @@ "main": "./dist/index.js", |
@@ -38,3 +38,3 @@ import axios, { AxiosResponse } from "axios"; | ||
} | ||
if (config.logging) { | ||
if (this.config.logging) { | ||
this.logger = winston.createLogger({ | ||
@@ -52,2 +52,3 @@ level: "info", | ||
} | ||
if (_.isNil(this.config.apiKey)) { | ||
@@ -54,0 +55,0 @@ console.info("No API key was provided. You will be allowed to perform only a very limited number of requests per day."); |
@@ -116,3 +116,3 @@ import * as _ from "lodash"; | ||
action: "getEvents", | ||
eventUriList: uriList, | ||
eventUriList: _.join(uriList, ","), | ||
}; | ||
@@ -119,0 +119,0 @@ return query; |
@@ -0,0 +0,0 @@ import * as _ from "lodash"; |
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
2630176