Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gatsby-source-hire-with-google

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-source-hire-with-google - npm Package Compare versions

Comparing version 0.1.3 to 0.2.0

2

gatsby-node.js

@@ -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);

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc