Socket
Socket
Sign inDemoInstall

gatsby-source-ghost

Package Overview
Dependencies
Maintainers
13
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.2.1 to 4.2.2

30

ghost-schema.js

@@ -15,7 +15,7 @@ /**

slug: String!
id: ID!
id: ID!
uuid: String!
title: String!
html: String!
comment_id: String!
html: String
comment_id: String
feature_image: String

@@ -25,4 +25,4 @@ featured: Boolean!

created_at: Date! @dateformat
updated_at: Date! @dateformat
published_at: Date! @dateformat
updated_at: Date @dateformat
published_at: Date @dateformat
custom_excerpt: String

@@ -40,4 +40,4 @@ codeinjection_head: String

url: String!
excerpt: String!
reading_time: Int!
excerpt: String
reading_time: Int
email_subject: String

@@ -59,7 +59,7 @@ plaintext: String

slug: String!
id: ID!
id: ID!
uuid: String!
title: String!
html: String!
comment_id: String!
html: String
comment_id: String
feature_image: String

@@ -69,4 +69,4 @@ featured: Boolean!

created_at: Date! @dateformat
updated_at: Date! @dateformat
published_at: Date! @dateformat
updated_at: Date @dateformat
published_at: Date @dateformat
custom_excerpt: String

@@ -84,4 +84,4 @@ codeinjection_head: String

url: String!
excerpt: String!
reading_time: Int!
excerpt: String
reading_time: Int
email_subject: String

@@ -103,3 +103,3 @@ plaintext: String

slug: String!
id: ID!
id: ID!
name: String!

@@ -106,0 +106,0 @@ description: String

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

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

"devDependencies": {
"eslint": "7.11.0",
"eslint-plugin-ghost": "1.5.0",
"mocha": "8.1.3",
"eslint": "7.12.0",
"eslint-plugin-ghost": "2.0.0",
"mocha": "8.2.0",
"proxyquire": "2.1.3",

@@ -31,3 +31,3 @@ "should": "13.2.3",

"dependencies": {
"@tryghost/content-api": "1.4.6",
"@tryghost/content-api": "1.4.7",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc