Comparing version 1.0.1 to 1.0.2
@@ -6,3 +6,3 @@ // @ts-ignore | ||
const urlEncodedQuery = encodeURIComponent(q); | ||
const response = await fetch('http://api.gbif.org/v1/species/suggest?q=' + urlEncodedQuery); | ||
const response = await fetch('https://api.gbif.org/v1/species/suggest?q=' + urlEncodedQuery); | ||
const json = await response.json(); | ||
@@ -9,0 +9,0 @@ |
{ | ||
"name": "gbif-map", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"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
6354