You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

@lexical/text

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lexical/text - npm Package Compare versions

Comparing version

to
0.11.2

@@ -11,3 +11,3 @@ /** @module @lexical/text */

import { TextNode } from 'lexical';
export declare type TextNodeWithOffset = {
export type TextNodeWithOffset = {
node: TextNode;

@@ -59,3 +59,3 @@ offset: number;

export declare function $canShowPlaceholderCurry(isEditorComposing: boolean): () => boolean;
export declare type EntityMatch = {
export type EntityMatch = {
end: number;

@@ -62,0 +62,0 @@ start: number;

@@ -12,6 +12,6 @@ {

"license": "MIT",
"version": "0.11.1",
"version": "0.11.2",
"main": "LexicalText.js",
"peerDependencies": {
"lexical": "0.11.1"
"lexical": "0.11.2"
},

@@ -18,0 +18,0 @@ "repository": {