Socket
Socket
Sign inDemoInstall

gatsby-source-ghost

Package Overview
Dependencies
Maintainers
9
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-source-ghost - npm Package Compare versions

Comparing version 3.4.1 to 3.4.2

3

gatsby-node.js

@@ -102,3 +102,4 @@ const Promise = require('bluebird');

const codeinjectionFoot = setting.codeinjection_foot || setting.ghost_foot;
const allCodeinjections = codeinjectionHead.concat(codeinjectionFoot);
const allCodeinjections = codeinjectionHead ? codeinjectionHead.concat(codeinjectionFoot) :
codeinjectionFoot ? codeinjectionFoot : null;

@@ -105,0 +106,0 @@ if (allCodeinjections) {

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

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

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