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

notabase

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

notabase - npm Package Compare versions

Comparing version 0.6.6 to 0.6.7

yarn.lock

0

.vscode/launch.json

@@ -0,0 +0,0 @@ {

2

package.json
{
"name": "notabase",
"version": "0.6.6",
"version": "0.6.7",
"description": "API Wrapper For Notion's Database",

@@ -5,0 +5,0 @@ "main": "src/notabase.js",

@@ -0,0 +0,0 @@ # Notabase (WIP)

@@ -0,0 +0,0 @@ // just for code block

@@ -0,0 +0,0 @@ const token_v2 = undefined

@@ -72,3 +72,2 @@ class Row {

case 'title':
case 'text':
case 'url':

@@ -78,2 +77,8 @@ case 'number':

break
case 'text':
res = rawValue[0][0]
if (res === "‣") {
res = rawValue[0][1][0][1]
}
break
case 'checkbox':

@@ -80,0 +85,0 @@ res = Boolean(rawValue[0][0] === 'Yes')

@@ -0,0 +0,0 @@ const Collection = require('./collection')

@@ -0,0 +0,0 @@ // just for collection row page

@@ -0,0 +0,0 @@ const NOTION_BASE_URL = "https://www.notion.so"

@@ -0,0 +0,0 @@ const Notabase = require('./src/notabase')

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