New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

notion-utils

Package Overview
Dependencies
Maintainers
1
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

notion-utils - npm Package Compare versions

Comparing version 2.2.3 to 2.3.3

build/cjs/get-all-pages-in-space.d.ts

1

build/cjs/index.d.ts

@@ -12,1 +12,2 @@ export * from './get-text-content';

export * from './uuid-to-id';
export * from './get-all-pages-in-space';

@@ -17,2 +17,3 @@ "use strict";

__export(require("./uuid-to-id"));
__export(require("./get-all-pages-in-space"));
//# sourceMappingURL=index.js.map

2

build/cjs/parse-page-id.d.ts

@@ -6,4 +6,4 @@ /**

*/
export declare const parsePageId: (id?: string, { uuid }?: {
export declare const parsePageId: (id?: string | null, { uuid }?: {
uuid?: boolean | undefined;
}) => string | null;

@@ -12,1 +12,2 @@ export * from './get-text-content';

export * from './uuid-to-id';
export * from './get-all-pages-in-space';

@@ -12,2 +12,3 @@ export * from './get-text-content';

export * from './uuid-to-id';
export * from './get-all-pages-in-space';
//# sourceMappingURL=index.js.map

@@ -6,4 +6,4 @@ /**

*/
export declare const parsePageId: (id?: string, { uuid }?: {
export declare const parsePageId: (id?: string | null, { uuid }?: {
uuid?: boolean | undefined;
}) => string | null;
{
"name": "notion-utils",
"version": "2.2.3",
"version": "2.3.3",
"description": "Useful utilities for working with Notion data. Isomorphic.",

@@ -18,3 +18,4 @@ "repository": "NotionX/notion-kit",

"dependencies": {
"notion-types": "^2.2.1"
"notion-types": "^2.2.1",
"p-queue": "^6.6.1"
},

@@ -25,3 +26,3 @@ "devDependencies": {

},
"gitHead": "5f022591c762a285e015b31444a6488b6a3a81c7"
"gitHead": "61e55bc7ae7dbf0936625de2fc53f5cda4578794"
}

@@ -12,1 +12,2 @@ export * from './get-text-content'

export * from './uuid-to-id'
export * from './get-all-pages-in-space'

@@ -12,3 +12,3 @@ import { idToUuid } from './id-to-uuid'

export const parsePageId = (
id: string = '',
id: string | null = '',
{ uuid = true }: { uuid?: boolean } = {}

@@ -15,0 +15,0 @@ ) => {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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