gatsby-source-hire-with-google
Advanced tools
Comparing version 0.1.3 to 0.2.0
@@ -29,3 +29,3 @@ "use strict"; | ||
function _getJob() { | ||
_getJob = _asyncToGenerator(function* (link, { | ||
_getJob = _asyncToGenerator(function* (jobUrl, { | ||
replaceDivs | ||
@@ -32,0 +32,0 @@ }) { |
{ | ||
"name": "gatsby-source-hire-with-google", | ||
"version": "0.1.3", | ||
"version": "0.2.0", | ||
"description": "Gatsby source plugin for loading job openings from hire.withgoogle.com", | ||
@@ -5,0 +5,0 @@ "main": "gatsby-node.js", |
@@ -13,3 +13,3 @@ import crypto from 'crypto' | ||
async function getJob(link, { replaceDivs }) { | ||
async function getJob(jobUrl, { replaceDivs }) { | ||
const response = await axios.get(jobUrl) | ||
@@ -16,0 +16,0 @@ const $ = cheerio.load(response.data); |
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
8991