🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

react-notion-x

Package Overview
Dependencies
Maintainers
0
Versions
245
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-notion-x - npm Package Compare versions

Comparing version

to
7.2.0

6

build/index.d.ts

@@ -84,6 +84,2 @@ import * as react_jsx_runtime from 'react/jsx-runtime';

declare const defaultMapImageUrl: (url: string | undefined, block: Block) => string | undefined;
declare const defaultMapPageUrl: (rootPageId?: string) => (pageId: string) => string;
declare const cs: (...classes: Array<string | undefined | false>) => string;

@@ -96,2 +92,2 @@ declare const getListNumber: (blockId: string, blockMap: BlockMap) => number | undefined;

export { Breadcrumbs, Header, MapImageUrlFn, MapPageUrlFn, NotionComponents, NotionRenderer, PageIcon, PageIconImpl, Search, SearchNotionFn, Text, cs, defaultMapImageUrl, defaultMapPageUrl, getHashFragmentValue, getListNumber, getUrlParams, getYoutubeId, isBrowser };
export { Breadcrumbs, Header, MapImageUrlFn, MapPageUrlFn, NotionComponents, NotionRenderer, PageIcon, PageIconImpl, Search, SearchNotionFn, Text, cs, getHashFragmentValue, getListNumber, getUrlParams, getYoutubeId, isBrowser };

28

package.json
{
"name": "react-notion-x",
"version": "7.1.0",
"version": "7.2.0",
"type": "module",

@@ -48,2 +48,11 @@ "description": "Fast and accurate React renderer for Notion.",

},
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"watch": "tsup --watch --silent --onSuccess 'echo build successful'",
"clean": "del build",
"test": "run-s test:*",
"test:lint": "eslint .",
"test:typecheck": "tsc --noEmit"
},
"dependencies": {

@@ -53,2 +62,4 @@ "@fisch0920/medium-zoom": "^1.0.7",

"katex": "^0.16.11",
"notion-types": "workspace:*",
"notion-utils": "workspace:*",
"prismjs": "^1.27.0",

@@ -59,5 +70,3 @@ "react-fast-compare": "^3.2.0",

"react-lazy-images": "^1.1.0",
"react-modal": "^3.14.3",
"notion-utils": "7.0.1",
"notion-types": "7.0.1"
"react-modal": "^3.14.3"
},

@@ -81,12 +90,3 @@ "devDependencies": {

"react-pdf": "^9.1.1"
},
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"watch": "tsup --watch --silent --onSuccess 'echo build successful'",
"clean": "del build",
"test": "run-s test:*",
"test:lint": "eslint .",
"test:typecheck": "tsc --noEmit"
}
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet