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
816
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.435e0178 to 1.0.0-alpha13-alpha.43a3774e

2

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

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

@@ -107,3 +107,4 @@ const axios = require(`axios`)

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

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

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

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