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.2 to 1.0.3

7

gatsby-node.js

@@ -26,4 +26,9 @@ "use strict";

id,
page
page: {
title,
content,
resource = ''
}
}) => {
const page = title + content + resource;
const node = {

@@ -30,0 +35,0 @@ id,

6

package.json
{
"name": "gatsby-source-notion-contents",
"version": "1.0.2",
"version": "1.0.3",
"description": "Get gatsby sources from notion",
"main": "index.js",
"scripts": {
"dev": "gatsby develop",
"build": "babel src --out-dir .",

@@ -28,3 +29,3 @@ "precommit": "npm run build",

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

@@ -35,4 +36,5 @@ "devDependencies": {

"babel-preset-gatsby-package": "^0.2.14",
"gatsby": "^2.18.17",
"husky": "^3.1.0"
}
}
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