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.5.1 to 0.5.2

4

package.json
{
"name": "gatsby-source-notion-database",
"version": "0.5.1",
"version": "0.5.2",
"description": "Load data from Notion's database",

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

"dependencies": {
"notabase": "^0.6.7",
"notabase": "^0.6.9",
"puppeteer": "^1.19.0"

@@ -24,0 +24,0 @@ },

@@ -64,5 +64,5 @@ const getPageHtml = require('./getPageHtml')

resFk[`${property}___NODE`] = res.map(i => createNodeId(i.id))
data[property] = res
data = { ...data, ...resFk }
}
data[property] = res
data = { ...data, ...resFk }
})

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