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.0.1 to 0.0.2

2

package.json
{
"name": "gatsby-source-hire-with-google",
"version": "0.0.1",
"version": "0.0.2",
"description": "Gatsby source plugin for loading job openings from hire.withgoogle.com",

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

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

const jobSelector = 'a.bb-public-jobs-list__job-item-title.ptor-jobs-list__item-job-title'
const BASE_URL = 'https://hire.withgoogle.com/public/jobs/';
const BASE_URL = 'https://hire.withgoogle.com/public/jobs/'

@@ -47,2 +47,3 @@ const jobTitleSelector = '.bb-jobs-posting__job-title.ptor-job-view-title'

parent: '__SOURCE__',
children: [],
internal: {

@@ -49,0 +50,0 @@ type: 'hireWithGoogleJob',

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