Socket
Socket
Sign inDemoInstall

gatsby-source-ghost

Package Overview
Dependencies
28
Maintainers
11
Versions
46
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.2.0 to 4.2.1

2

gatsby-node.js

@@ -107,3 +107,3 @@ /****

const ignoreNotFoundElseRethrow = (err) => {
if (err.response.status !== 404) {
if (err && err.response && err.response.status !== 404) {
throw err;

@@ -110,0 +110,0 @@ }

{
"name": "gatsby-source-ghost",
"version": "4.2.0",
"version": "4.2.1",
"description": "Gatsby source plugin for building websites using the Ghost API as a data source.",

@@ -22,3 +22,3 @@ "repository": "git@github.com:TryGhost/gatsby-source-ghost.git",

"devDependencies": {
"eslint": "7.9.0",
"eslint": "7.11.0",
"eslint-plugin-ghost": "1.5.0",

@@ -28,6 +28,6 @@ "mocha": "8.1.3",

"should": "13.2.3",
"sinon": "9.0.3"
"sinon": "9.2.0"
},
"dependencies": {
"@tryghost/content-api": "1.4.4",
"@tryghost/content-api": "1.4.6",
"bluebird": "3.7.2",

@@ -34,0 +34,0 @@ "cheerio": "1.0.0-rc.3",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc