gatsby-source-hire-with-google
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -62,6 +62,6 @@ "use strict"; | ||
const jobLinks = $(jobSelector).map((i, elm) => { | ||
const jobUrls = $(jobSelector).map((i, elm) => { | ||
return $(elm).attr('href'); | ||
}).get(); | ||
return yield Promise.all(jobLinks.map(l => getJob(link, { | ||
return yield Promise.all(jobUrls.map(jobUrl => getJob(jobUrl, { | ||
replaceDivs | ||
@@ -68,0 +68,0 @@ }))); |
{ | ||
"name": "gatsby-source-hire-with-google", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Gatsby source plugin for loading job openings from hire.withgoogle.com", | ||
@@ -5,0 +5,0 @@ "main": "gatsby-node.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
81621
8