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

gatsby-source-drupal

Package Overview
Dependencies
Maintainers
1
Versions
815
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-source-drupal - npm Package Compare versions

Comparing version 1.0.0-alpha13-alpha.e4457d15 to 1.0.0-alpha14

2

package.json
{
"name": "gatsby-source-drupal",
"version": "1.0.0-alpha13-alpha.e4457d15",
"version": "1.0.0-alpha14",
"description": "Gatsby source plugin for building websites using the Drupal CMS as a data source",

@@ -5,0 +5,0 @@ "scripts": {

@@ -61,4 +61,5 @@ const axios = require(`axios`)

const lastFetched = store.getState().status[`gatsby-source-drupal`]
.lastFetched
const lastFetched = store.getState().status.sourcePlugins[
`gatsby-source-drupal`
].lastFetched

@@ -108,3 +109,4 @@ let url

.createHash(`md5`)
.update(JSON.stringify(gatsbyNode)).digest(`hex`)
.update(JSON.stringify(gatsbyNode))
.digest(`hex`)

@@ -150,3 +152,4 @@ gatsbyNode.contentDigest = contentDigest

.createHash(`md5`)
.update(JSON.stringify(gatsbyUser)).digest(`hex`)
.update(JSON.stringify(gatsbyUser))
.digest(`hex`)

@@ -153,0 +156,0 @@ gatsbyUser.contentDigest = contentDigest

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