Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gatsby-source-ghost

Package Overview
Dependencies
Maintainers
10
Versions
47
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.3.2 to 3.3.3

2

content-api.js
const GhostContentAPI = require('@tryghost/content-api');
module.exports.configure = configOptions => new GhostContentAPI({
host: configOptions.apiUrl,
url: configOptions.apiUrl,
key: configOptions.contentApiKey,
version: 'v2'
});
{
"name": "gatsby-source-ghost",
"version": "3.3.2",
"version": "3.3.3",
"description": "Gatsby source plugin for building websites using the Ghost API as a data source.",

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

"dependencies": {
"@tryghost/content-api": "1.2.2",
"@tryghost/content-api": "1.2.3",
"bluebird": "3.5.4",

@@ -34,0 +34,0 @@ "gatsby-node-helpers": "^0.3.0",

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