Socket
Socket
Sign inDemoInstall

@cozy-blog/svelte-notion-page

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cozy-blog/svelte-notion-page - npm Package Compare versions

Comparing version 0.0.18 to 0.0.19

1

components/Notion.svelte.d.ts
import { SvelteComponentTyped } from "svelte";
import './notion.css';
import './notion.css';
declare const __propDef: {

@@ -5,0 +4,0 @@ props: Record<string, never>;

4

default-notion-components/SyncedBlock.svelte.d.ts
import { SvelteComponentTyped } from "svelte";
import type { SyncedBlock } from '../types';
import type { SyncedBlockProps } from '../types';
declare const __propDef: {
props: {
props: SyncedBlock;
props: SyncedBlockProps;
};

@@ -7,0 +7,0 @@ events: {

{
"name": "@cozy-blog/svelte-notion-page",
"version": "0.0.18",
"version": "0.0.19",
"devDependencies": {

@@ -117,3 +117,2 @@ "@notionhq/client": "^2.2.3",

"./default-notion-components/layout/PageLayout.svelte": "./default-notion-components/layout/PageLayout.svelte",
"./default-notion-components/layout/Theme.svelte": "./default-notion-components/layout/Theme.svelte",
"./default-notion-components/layout/Title.svelte": "./default-notion-components/layout/Title.svelte",

@@ -120,0 +119,0 @@ ".": "./index.js",

@@ -202,4 +202,4 @@ import type { GetPageResponse, BlockObjectResponse, PageObjectResponse } from '@notionhq/client/build/src/api-endpoints';

} & ContextedBlock;
export type SyncedBlock = {
export type SyncedBlockProps = {
type: 'synced_block';
};

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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