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.2.1 to 0.2.2

yarn.lock

4

gatsby-node.js

@@ -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",

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