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-beta.4-alpha.83182d4c to 1.0.0-beta.5-alpha.08bddd92

8

gatsby-node.js

@@ -129,5 +129,3 @@ "use strict";

internal: (0, _extends3.default)({}, node.internal, {
type: makeTypeName(node.internal.type),
content: nodeStr,
mediaType: "application/json"
type: makeTypeName(node.internal.type)
}),

@@ -161,5 +159,3 @@ author___NODE: result.data.data[i].relationships.uid.data.id

internal: {
type: makeTypeName(user.internal.type),
content: userStr,
mediaType: "application/json"
type: makeTypeName(user.internal.type)
}

@@ -166,0 +162,0 @@ });

{
"name": "gatsby-source-drupal",
"version": "1.0.0-beta.4-alpha.83182d4c",
"version": "1.0.0-beta.5-alpha.08bddd92",
"description": "Gatsby source plugin for building websites using the Drupal CMS as a data source",

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

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