Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

notion-content-render

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

notion-content-render - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

4

dist/index.d.ts

@@ -1,2 +0,2 @@

import type { BlockBase } from "@notionhq/client/build/src/api-types";
import type { Block } from "@notionhq/client/build/src/api-types";
export declare const BLOCK_TYPES: {

@@ -36,4 +36,4 @@ PARAGRAPH: string;

};
declare type Maker<B> = (block: BlockBase) => B;
declare type Maker<B> = (block: Block) => B;
export default function <B>(styleFactory: StyleFactory<B>): Maker<B>;
export {};
{
"name": "notion-content-render",
"version": "0.2.2",
"version": "0.2.3",
"description": "A library to render notion content structure to React or MD",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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