New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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-alpha17 to 1.0.0-alpha19

2

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

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

@@ -53,3 +53,7 @@ const axios = require(`axios`)

if (lastFetched) {
url = `${baseUrl}/jsonapi/node/article?filter[new-content][path]=changed&filter[new-content][value]=${parseInt(new Date(lastFetched).getTime() / 1000).toFixed(0)}&filter[new-content][operator]=%3E&page[offset]=0&page[limit]=10`
url = `${baseUrl}/jsonapi/node/article?filter[new-content][path]=changed&filter[new-content][value]=${parseInt(
new Date(lastFetched).getTime() / 1000
).toFixed(
0
)}&filter[new-content][operator]=%3E&page[offset]=0&page[limit]=10`
} else {

@@ -136,3 +140,4 @@ url = `${baseUrl}/jsonapi/node/article`

.then(pictureResult => {
gatsbyUser.picture = `http://dev-gatsbyjs-d8.pantheonsite.io${pictureResult.data.data.attributes.url}`
gatsbyUser.picture = `http://dev-gatsbyjs-d8.pantheonsite.io${pictureResult
.data.data.attributes.url}`

@@ -139,0 +144,0 @@ // Get content digest of node.

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