Socket
Socket
Sign inDemoInstall

vue3-notion

Package Overview
Dependencies
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue3-notion - npm Package Compare versions

Comparing version 0.1.44 to 0.1.45

5

dist/lib/api.d.ts

@@ -1,3 +0,4 @@

declare const getPageTable: (pageId: string, apiUrl?: string) => Promise<any>;
declare const getPageBlocks: (pageId: string, apiUrl?: string) => Promise<any>;
import { BlockMap } from "../lib/types";
declare const getPageTable: (pageId: string, apiUrl?: string) => Promise<BlockMap>;
declare const getPageBlocks: (pageId: string, apiUrl?: string) => Promise<BlockMap>;
export { getPageTable, getPageBlocks };

2

package.json
{
"name": "vue3-notion",
"version": "0.1.44",
"version": "0.1.45",
"description": "Vue 3 Unofficial Notion Renderer",

@@ -5,0 +5,0 @@ "homepage": "https://vue3-notion.vercel.app/",

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