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

@liveblocks/emails

Package Overview
Dependencies
Maintainers
0
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@liveblocks/emails - npm Package Compare versions

Comparing version 2.14.0 to 2.15.0-debug1

28

dist/index.d.ts
import { CommentBodyText, CommentBodyLink, BaseUserMeta, DU, CommentBodyMention, ResolveUsersArgs, OptionalPromise, DRI, CommentBody } from '@liveblocks/core';
export { ResolveUsersArgs } from '@liveblocks/core';
import React from 'react';
import { ReactNode, ComponentType } from 'react';
import { Properties } from 'csstype';

@@ -18,3 +18,3 @@ import { Liveblocks, TextMentionNotificationEvent, ThreadNotificationEvent } from '@liveblocks/node';

*/
children: React.ReactNode;
children: ReactNode;
};

@@ -25,3 +25,3 @@ declare type CommentBodyParagraphComponentProps = {

*/
children: React.ReactNode;
children: ReactNode;
};

@@ -59,19 +59,19 @@ declare type CommentBodyTextComponentProps = {

*/
Container: React.ComponentType<CommentBodyContainerComponentProps>;
Container: ComponentType<CommentBodyContainerComponentProps>;
/**
* The component used to display paragraphs.
*/
Paragraph: React.ComponentType<CommentBodyParagraphComponentProps>;
Paragraph: ComponentType<CommentBodyParagraphComponentProps>;
/**
* The component used to display text elements.
*/
Text: React.ComponentType<CommentBodyTextComponentProps>;
Text: ComponentType<CommentBodyTextComponentProps>;
/**
* The component used to display links.
*/
Link: React.ComponentType<CommentBodyLinkComponentProps>;
Link: ComponentType<CommentBodyLinkComponentProps>;
/**
* The component used to display mentions.
*/
Mention: React.ComponentType<CommentBodyMentionComponentProps<U>>;
Mention: ComponentType<CommentBodyMentionComponentProps<U>>;
};

@@ -147,3 +147,3 @@ declare type ConvertCommentBodyAsHtmlStyles = {

*/
children: React.ReactNode;
children: ReactNode;
};

@@ -171,11 +171,11 @@ declare type TextEditorMentionComponentProps<U extends BaseUserMeta = DU> = {

*/
Container: React.ComponentType<TextEditorContainerComponentProps>;
Container: ComponentType<TextEditorContainerComponentProps>;
/**
* The component used to display mentions.
*/
Mention: React.ComponentType<TextEditorMentionComponentProps<U>>;
Mention: ComponentType<TextEditorMentionComponentProps<U>>;
/**
* The component used to display text nodes.
*/
Text: React.ComponentType<TextEditorTextComponentProps>;
Text: ComponentType<TextEditorTextComponentProps>;
};

@@ -216,3 +216,3 @@ declare type ConvertTextEditorNodesAsHtmlStyles = {

author: U;
reactContent: React.ReactNode;
reactContent: ReactNode;
};

@@ -323,3 +323,3 @@ declare type MentionEmailAsHtmlData<U extends BaseUserMeta = DU> = Omit<MentionEmailBaseData, "userId" | "textEditorNodes"> & {

author: U;
reactBody: React.ReactNode;
reactBody: ReactNode;
};

@@ -326,0 +326,0 @@ declare type ThreadNotificationEmailUnreadRepliesData<U extends BaseUserMeta, C extends CommentEmailAsHtmlData<U> | CommentEmailAsReactData<U>> = {

{
"name": "@liveblocks/emails",
"version": "2.14.0",
"version": "2.15.0-debug1",
"description": "A set of functions and utilities to make sending emails based on Liveblocks notification events easy. Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.",

@@ -38,7 +38,7 @@ "license": "Apache-2.0",

"dependencies": {
"@liveblocks/core": "2.14.0",
"@liveblocks/node": "2.14.0"
"@liveblocks/core": "2.15.0-debug1",
"@liveblocks/node": "2.15.0-debug1"
},
"peerDependencies": {
"react": "^16.14.0 || ^17 || ^18 || ^19 || ^19.0.0-rc"
"react": "^18 || ^19 || ^19.0.0-rc"
},

@@ -45,0 +45,0 @@ "devDependencies": {

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 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