Huge News!Announcing our $40M Series B led by Abstract Ventures.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.7.6 to 0.7.7

2

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

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

@@ -156,7 +156,7 @@ const utils = require('./utils')

case 'select':
this.checkOrCreateSelectOptions(prop, value, type)
this.checkOrCreateSelectOptions(prop, value, 'select')
newV = [[value]]
break
case 'multi_select':
this.checkOrCreateSelectOptions(prop, value, type)
this.checkOrCreateSelectOptions(prop, value, 'multi_select')
if (value instanceof Array) {

@@ -163,0 +163,0 @@ value.map(v => { })

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