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

notion-types

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

notion-types - npm Package Compare versions

Comparing version 4.2.18 to 4.2.20

3

build/cjs/core.d.ts

@@ -31,2 +31,3 @@ /** UUID */

export declare type InlineEquationFormat = ['e', string];
export declare type DiscussionFormat = ['m', string];
export declare type ExternalLinkFormat = ['‣', [string, string]];

@@ -40,5 +41,5 @@ export declare type DateFormat = ['d', FormattedDate];

}
export declare type SubDecoration = BoldFormat | ItalicFormat | StrikeFormat | CodeFormat | UnderlineFormat | LinkFormat | ColorFormat | DateFormat | UserFormat | InlineEquationFormat | PageFormat | ExternalLinkFormat;
export declare type SubDecoration = BoldFormat | ItalicFormat | StrikeFormat | CodeFormat | UnderlineFormat | LinkFormat | ColorFormat | DateFormat | UserFormat | InlineEquationFormat | PageFormat | ExternalLinkFormat | DiscussionFormat;
export declare type BaseDecoration = [string];
export declare type AdditionalDecoration = [string, SubDecoration[]];
export declare type Decoration = BaseDecoration | AdditionalDecoration;

@@ -31,2 +31,3 @@ /** UUID */

export declare type InlineEquationFormat = ['e', string];
export declare type DiscussionFormat = ['m', string];
export declare type ExternalLinkFormat = ['‣', [string, string]];

@@ -40,5 +41,5 @@ export declare type DateFormat = ['d', FormattedDate];

}
export declare type SubDecoration = BoldFormat | ItalicFormat | StrikeFormat | CodeFormat | UnderlineFormat | LinkFormat | ColorFormat | DateFormat | UserFormat | InlineEquationFormat | PageFormat | ExternalLinkFormat;
export declare type SubDecoration = BoldFormat | ItalicFormat | StrikeFormat | CodeFormat | UnderlineFormat | LinkFormat | ColorFormat | DateFormat | UserFormat | InlineEquationFormat | PageFormat | ExternalLinkFormat | DiscussionFormat;
export declare type BaseDecoration = [string];
export declare type AdditionalDecoration = [string, SubDecoration[]];
export declare type Decoration = BaseDecoration | AdditionalDecoration;
{
"name": "notion-types",
"version": "4.2.18",
"version": "4.2.20",
"description": "TypeScript types for core Notion data structures.",

@@ -14,3 +14,3 @@ "repository": "NotionX/react-notion-x",

},
"gitHead": "8a560040e24fbbf6b883722056bc6c66436acdb3"
"gitHead": "ddab2f0a11f797a7fc2ba11a3a682587d4bdff74"
}

@@ -85,2 +85,3 @@ // Base Types

export type InlineEquationFormat = ['e', string]
export type DiscussionFormat = ['m', string]
export type ExternalLinkFormat = ['‣', [string, string]]

@@ -109,2 +110,3 @@ export type DateFormat = ['d', FormattedDate]

| ExternalLinkFormat
| DiscussionFormat

@@ -111,0 +113,0 @@ export type BaseDecoration = [string]

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