Socket
Socket
Sign inDemoInstall

gatsby-source-ghost

Package Overview
Dependencies
Maintainers
11
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 4.0.2 to 4.0.3

10

ghost-schema.js

@@ -36,2 +36,3 @@ const tag = {

url: 'https://demo.ghost.io/data-schema/',
canonical_url: 'https://demo.ghost.io/data-schema-page/',
mobiledoc: '{"version":"0.3.1","atoms":[],"cards":[],"markups":[],"sections":[[1,"p",[[0,[],0,"This is a data schema stub for Gatsby.js and is not used. It must exist for builds to function"]]]]}',

@@ -63,3 +64,5 @@ html: '<p>This is a data schema stub for Gatsby.js and is not used. It must exist for builds to function</p>',

authors: [author],
tags: [tag]
tags: [tag],
visibility: 'public',
reading_time: 1
};

@@ -72,2 +75,3 @@ const page = {

url: 'https://demo.ghost.io/data-schema-page/',
canonical_url: 'https://demo.ghost.io/data-schema-page/',
mobiledoc: '{"version":"0.3.1","atoms":[],"cards":[],"markups":[],"sections":[[1,"p",[[0,[],0,"This is a data schema stub for Gatsby.js and is not used. It must exist for builds to function"]]]]}',

@@ -100,3 +104,5 @@ html: '<p>This is a data schema stub for Gatsby.js and is not used. It must exist for builds to function</p>',

authors: [author],
tags: [tag]
tags: [tag],
visibility: 'public',
reading_time: 1
};

@@ -103,0 +109,0 @@

2

package.json
{
"name": "gatsby-source-ghost",
"version": "4.0.2",
"version": "4.0.3",
"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