You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

gatsby-source-notion-api

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-api - npm Package Compare versions

Comparing version

to
0.3.1

2

notion.js

@@ -45,3 +45,3 @@ const fetch = require("node-fetch")

try {
const db = await fetch(`https://api.notion.com/v1/databases/${databaseId}/query?page_size=100`, {
const db = await fetch(`https://api.notion.com/v1/databases/${databaseId}/query`, {
method: "POST",

@@ -48,0 +48,0 @@ body: JSON.stringify({

{
"name": "gatsby-source-notion-api",
"version": "0.3.0",
"version": "0.3.1",
"description": "Gatsby source plugin for official Notion.so API",
"main": "index.js",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"scripts": {

@@ -7,0 +10,0 @@ "test": "echo \"Error: no test specified\" && exit 1",