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.0 to 0.1.1

2

gatsby-node.js

@@ -75,3 +75,3 @@ "use strict";

const createNode = boundActionCreators.createNode;
const jobs = yield getJobs(companyName, options);
const jobs = yield getJobs(options);
jobs.forEach(job => {

@@ -78,0 +78,0 @@ const jsonString = JSON.stringify(job);

{
"name": "gatsby-source-hire-with-google",
"version": "0.1.0",
"version": "0.1.1",
"description": "Gatsby source plugin for loading job openings from hire.withgoogle.com",

@@ -5,0 +5,0 @@ "main": "gatsby-node.js",

@@ -40,3 +40,3 @@ import crypto from 'crypto'

const { createNode } = boundActionCreators
const jobs = await getJobs(companyName, options)
const jobs = await getJobs(options)

@@ -43,0 +43,0 @@ jobs.forEach(job => {

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