Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

notion-client

Package Overview
Dependencies
Maintainers
2
Versions
160
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

notion-client - npm Package Compare versions

Comparing version
7.4.3
to
7.5.0
+1
-1
build/index.d.ts

@@ -57,3 +57,3 @@ import * as notion from 'notion-types';

}): Promise<notion.PageChunk>;
getCollectionData(collectionId: string, collectionViewId: string, collectionView: any, { limit, searchQuery, userTimeZone, loadContentCover, kyOptions }?: {
getCollectionData(collectionId: string, collectionViewId: string, collectionView?: any, { limit, searchQuery, userTimeZone, loadContentCover, kyOptions }?: {
type?: notion.CollectionViewType;

@@ -60,0 +60,0 @@ limit?: number;

@@ -435,3 +435,3 @@ // src/notion-api.ts

return this.fetch({
endpoint: "syncRecordValues",
endpoint: "syncRecordValuesMain",
body: {

@@ -438,0 +438,0 @@ requests: blockIds.map((blockId) => ({

{
"name": "notion-client",
"version": "7.4.3",
"version": "7.5.0",
"type": "module",

@@ -22,4 +22,4 @@ "description": "Robust TypeScript client for the unofficial Notion API.",

"p-map": "^7.0.3",
"notion-types": "7.4.3",
"notion-utils": "7.4.3"
"notion-utils": "7.5.0",
"notion-types": "7.5.0"
},

@@ -26,0 +26,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet