You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

react-notion-super

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-notion-super - npm Package Compare versions

Comparing version

to
1.2.0

2

dist/src/db/DatabaseService.d.ts

@@ -95,3 +95,3 @@ import { Client } from '@notionhq/client';

relation_property_id: string;
function: "range" | "checked" | "count" | "count_values" | "empty" | "not_empty" | "unique" | "show_unique" | "percent_empty" | "percent_not_empty" | "sum" | "average" | "median" | "min" | "max" | "earliest_date" | "latest_date" | "date_range" | "unchecked" | "percent_checked" | "percent_unchecked" | "count_per_group" | "percent_per_group" | "show_original";
function: "count" | "count_values" | "empty" | "not_empty" | "unique" | "show_unique" | "percent_empty" | "percent_not_empty" | "sum" | "average" | "median" | "min" | "max" | "range" | "earliest_date" | "latest_date" | "date_range" | "checked" | "unchecked" | "percent_checked" | "percent_unchecked" | "count_per_group" | "percent_per_group" | "show_original";
};

@@ -98,0 +98,0 @@ id: string;

@@ -94,3 +94,3 @@ export declare function createNotionServices(auth: string): {

relation_property_id: string;
function: "range" | "checked" | "count" | "count_values" | "empty" | "not_empty" | "unique" | "show_unique" | "percent_empty" | "percent_not_empty" | "sum" | "average" | "median" | "min" | "max" | "earliest_date" | "latest_date" | "date_range" | "unchecked" | "percent_checked" | "percent_unchecked" | "count_per_group" | "percent_per_group" | "show_original";
function: "count" | "count_values" | "empty" | "not_empty" | "unique" | "show_unique" | "percent_empty" | "percent_not_empty" | "sum" | "average" | "median" | "min" | "max" | "range" | "earliest_date" | "latest_date" | "date_range" | "checked" | "unchecked" | "percent_checked" | "percent_unchecked" | "count_per_group" | "percent_per_group" | "show_original";
};

@@ -97,0 +97,0 @@ id: string;

{
"name": "react-notion-super",
"version": "1.1.0",
"description": "Super-powered Notion API wrapper and block renderer for React applications with CLI type generation, automatic type safety, and zero maintenance.",
"version": "1.2.0",
"description": "Super-powered Notion API wrapper for React applications with CLI type generation, automatic type safety, and zero maintenance.",
"main": "dist/src/index.js",

@@ -12,7 +12,2 @@ "types": "dist/src/index.d.ts",

"types": "./dist/src/index.d.ts"
},
"./renderer": {
"import": "./dist/src/renderer/index.js",
"require": "./dist/src/renderer/index.js",
"types": "./dist/src/renderer/index.d.ts"
}

@@ -65,3 +60,3 @@ },

},
"keywords": ["notion", "react", "api", "renderer", "typescript", "cli", "type-generation", "database", "wrapper", "types", "automation", "super"],
"keywords": ["notion", "react", "api", "typescript", "cli", "type-generation", "database", "wrapper", "types", "automation", "super"],
"author": "",

@@ -71,4 +66,3 @@ "license": "ISC",

"@notionhq/client": "^4.0.1",
"ts-node": "^10.9.1",
"react": "^18.0.0"
"ts-node": "^10.9.1"
},

@@ -81,3 +75,2 @@ "repository": {

"@types/jest": "^30.0.0",
"@types/react": "^18.0.0",
"dotenv": "^17.2.0",

@@ -84,0 +77,0 @@ "jest": "^30.0.4",