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

gatsby-source-notion-contents

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-source-notion-contents - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

6

gatsby-node.js

@@ -25,4 +25,5 @@ "use strict";

pages.forEach(({
id,
page: {
id,
titleString: description,
title,

@@ -42,3 +43,4 @@ content,

content: page,
contentDigest: createContentDigest(page)
contentDigest: createContentDigest(page),
description
}

@@ -45,0 +47,0 @@ };

{
"name": "gatsby-source-notion-contents",
"version": "1.0.3",
"version": "1.0.4",
"description": "Get gatsby sources from notion",

@@ -29,3 +29,3 @@ "main": "index.js",

"@babel/runtime": "^7.7.7",
"get-notion-contents": "^2.0.0"
"get-notion-contents": "^2.0.1"
},

@@ -32,0 +32,0 @@ "devDependencies": {

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