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

lexical

Package Overview
Dependencies
Maintainers
5
Versions
273
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lexical - npm Package Compare versions

Comparing version 0.23.2-nightly.20250113.0 to 0.23.2-nightly.20250114.0

2

LexicalEditor.d.ts

@@ -39,2 +39,4 @@ /**

discrete?: true;
/** @internal */
event?: undefined | UIEvent | Event | null;
};

@@ -41,0 +43,0 @@ export type EditorSetOptions = {

3

LexicalMutations.d.ts

@@ -10,4 +10,3 @@ /**

export declare function getIsProcessingMutations(): boolean;
export declare function $flushMutations(editor: LexicalEditor, mutations: Array<MutationRecord>, observer: MutationObserver): void;
export declare function $flushRootMutations(editor: LexicalEditor): void;
export declare function flushRootMutations(editor: LexicalEditor): void;
export declare function initMutationObserver(editor: LexicalEditor): void;

@@ -274,3 +274,3 @@ /**

export declare function $createNodeSelection(): NodeSelection;
export declare function $internalCreateSelection(editor: LexicalEditor): null | BaseSelection;
export declare function $internalCreateSelection(editor: LexicalEditor, event: UIEvent | Event | null): null | BaseSelection;
export declare function $createRangeSelectionFromDom(domSelection: Selection | null, editor: LexicalEditor): null | RangeSelection;

@@ -277,0 +277,0 @@ export declare function $internalCreateRangeSelection(lastSelection: null | BaseSelection, domSelection: Selection | null, editor: LexicalEditor, event: UIEvent | Event | null): null | RangeSelection;

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

*/
export declare function updateEditorSync(editor: LexicalEditor, updateFn: () => void): void;
export declare function updateEditorSync(editor: LexicalEditor, updateFn: () => void, options?: EditorUpdateOptions): void;
export declare function updateEditor(editor: LexicalEditor, updateFn: () => void, options?: EditorUpdateOptions): void;

@@ -12,3 +12,3 @@ {

"license": "MIT",
"version": "0.23.2-nightly.20250113.0",
"version": "0.23.2-nightly.20250114.0",
"main": "Lexical.js",

@@ -15,0 +15,0 @@ "types": "index.d.ts",

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

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