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 3.4.4 to 3.4.5

18

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

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

"devDependencies": {
"eslint": "6.0.1",
"eslint-plugin-ghost": "0.4.0",
"lodash": "4.17.14",
"mocha": "6.1.4",
"proxyquire": "2.1.1",
"eslint": "6.2.2",
"eslint-plugin-ghost": "0.5.0",
"lodash": "4.17.15",
"mocha": "6.2.0",
"proxyquire": "2.1.3",
"should": "13.2.3",
"sinon": "7.3.2"
"sinon": "7.4.1"
},
"dependencies": {
"@tryghost/content-api": "1.2.5",
"@tryghost/content-api": "1.2.7",
"bluebird": "3.5.5",
"cheerio": "1.0.0-rc.3",
"gatsby-node-helpers": "^0.3.0",
"qs": "6.7.0"
"qs": "6.8.0"
}
}

@@ -7,8 +7,8 @@ const testUtils = require('./utils');

describe('Basic Functionality', function () {
beforeEach(() => {
sinon.replace(ContentAPI, 'configure', testUtils.MockContentAPI);
beforeEach(function () {
return sinon.replace(ContentAPI, 'configure', testUtils.MockContentAPI);
});
afterEach(() => {
sinon.restore();
afterEach(function () {
return sinon.restore();
});

@@ -15,0 +15,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