Socket
Socket
Sign inDemoInstall

gatsby-source-ghost

Package Overview
Dependencies
30
Maintainers
12
Versions
46
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.4 to 4.0.5

.github/workflows/test.yml

2

.eslintrc.js
module.exports = {
plugins: ['ghost'],
extends: [
'plugin:ghost/node',
'plugin:ghost/node'
]
};
{
"name": "gatsby-source-ghost",
"version": "4.0.4",
"version": "4.0.5",
"description": "Gatsby source plugin for building websites using the Ghost API as a data source.",

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

"devDependencies": {
"eslint": "6.8.0",
"eslint-plugin-ghost": "1.0.0",
"mocha": "7.1.0",
"eslint": "7.1.0",
"eslint-plugin-ghost": "1.5.0",
"mocha": "7.2.0",
"proxyquire": "2.1.3",
"should": "13.2.3",
"sinon": "9.0.0"
"sinon": "9.0.2"
},
"dependencies": {
"@tryghost/content-api": "1.3.7",
"@tryghost/content-api": "1.4.1",
"bluebird": "3.7.2",
"cheerio": "1.0.0-rc.3",
"gatsby-node-helpers": "^0.3.0",
"qs": "6.9.1"
"gatsby-node-helpers": "0.3.0",
"qs": "6.9.4"
}
}
module.exports = {
plugins: ['ghost'],
extends: [
'plugin:ghost/test',
'plugin:ghost/test'
]
};
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