Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lexical/react

Package Overview
Dependencies
Maintainers
0
Versions
224
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lexical/react - npm Package Compare versions

Comparing version 0.20.1-nightly.20241118.0 to 0.20.1-nightly.20241119.0

12

LexicalContentEditable.d.ts

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

import type { Props as ElementProps } from './shared/LexicalContentEditableElement';
export type Props = Omit<ElementProps, 'editor'> & ({
export type ContentEditableProps = Omit<ElementProps, 'editor'> & ({
'aria-placeholder'?: void;

@@ -18,2 +18,10 @@ placeholder?: null;

});
export declare const ContentEditable: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<HTMLDivElement>>;
/**
* @deprecated This type has been renamed to `ContentEditableProps` to provide a clearer and more descriptive name.
* For backward compatibility, this type is still exported as `Props`, but it is recommended to migrate to using `ContentEditableProps` instead.
*
* @note This alias is maintained for compatibility purposes but may be removed in future versions.
* Please update your codebase to use `ContentEditableProps` to ensure long-term maintainability.
*/
export type Props = ContentEditableProps;
export declare const ContentEditable: import("react").ForwardRefExoticComponent<ContentEditableProps & import("react").RefAttributes<HTMLDivElement>>;

40

package.json

@@ -11,23 +11,23 @@ {

"license": "MIT",
"version": "0.20.1-nightly.20241118.0",
"version": "0.20.1-nightly.20241119.0",
"dependencies": {
"@lexical/clipboard": "0.20.1-nightly.20241118.0",
"@lexical/code": "0.20.1-nightly.20241118.0",
"@lexical/devtools-core": "0.20.1-nightly.20241118.0",
"@lexical/dragon": "0.20.1-nightly.20241118.0",
"@lexical/hashtag": "0.20.1-nightly.20241118.0",
"@lexical/history": "0.20.1-nightly.20241118.0",
"@lexical/link": "0.20.1-nightly.20241118.0",
"@lexical/list": "0.20.1-nightly.20241118.0",
"@lexical/mark": "0.20.1-nightly.20241118.0",
"@lexical/markdown": "0.20.1-nightly.20241118.0",
"@lexical/overflow": "0.20.1-nightly.20241118.0",
"@lexical/plain-text": "0.20.1-nightly.20241118.0",
"@lexical/rich-text": "0.20.1-nightly.20241118.0",
"@lexical/selection": "0.20.1-nightly.20241118.0",
"@lexical/table": "0.20.1-nightly.20241118.0",
"@lexical/text": "0.20.1-nightly.20241118.0",
"@lexical/utils": "0.20.1-nightly.20241118.0",
"@lexical/yjs": "0.20.1-nightly.20241118.0",
"lexical": "0.20.1-nightly.20241118.0",
"@lexical/clipboard": "0.20.1-nightly.20241119.0",
"@lexical/code": "0.20.1-nightly.20241119.0",
"@lexical/devtools-core": "0.20.1-nightly.20241119.0",
"@lexical/dragon": "0.20.1-nightly.20241119.0",
"@lexical/hashtag": "0.20.1-nightly.20241119.0",
"@lexical/history": "0.20.1-nightly.20241119.0",
"@lexical/link": "0.20.1-nightly.20241119.0",
"@lexical/list": "0.20.1-nightly.20241119.0",
"@lexical/mark": "0.20.1-nightly.20241119.0",
"@lexical/markdown": "0.20.1-nightly.20241119.0",
"@lexical/overflow": "0.20.1-nightly.20241119.0",
"@lexical/plain-text": "0.20.1-nightly.20241119.0",
"@lexical/rich-text": "0.20.1-nightly.20241119.0",
"@lexical/selection": "0.20.1-nightly.20241119.0",
"@lexical/table": "0.20.1-nightly.20241119.0",
"@lexical/text": "0.20.1-nightly.20241119.0",
"@lexical/utils": "0.20.1-nightly.20241119.0",
"@lexical/yjs": "0.20.1-nightly.20241119.0",
"lexical": "0.20.1-nightly.20241119.0",
"react-error-boundary": "^3.1.4"

@@ -34,0 +34,0 @@ },

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