New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gatsby-source-notion-database

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.6.7 to 0.6.8

2

gatsby-node.js

@@ -51,3 +51,3 @@ const Notabase = require("notabase")

})
console.log(_dbMap, cacheTable)
// console.log(_dbMap, cacheTable)
let db = await nb.fetchAll(_dbMap)

@@ -54,0 +54,0 @@ await Promise.all(Object.entries(db).map(async (i) => {

{
"name": "gatsby-source-notion-database",
"version": "0.6.7",
"version": "0.6.8",
"description": "Load data from Notion's database",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -54,3 +54,3 @@ const getPageHtml = require('./getPageHtml')

created_time: itemData._raw.created_time,
_raw: itemData._raw
_raw: JSON.stringify(itemData._raw)
}

@@ -104,3 +104,3 @@ let resFk = {}

} catch (error) {
console.log(error)
// console.log(error)
console.log(`get failed at ${itemData.id}`)

@@ -107,0 +107,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