Socket
Socket
Sign inDemoInstall

@lexical/mark

Package Overview
Dependencies
Maintainers
8
Versions
148
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lexical/mark - npm Package Compare versions

Comparing version 0.12.4 to 0.12.5

4

MarkNode.d.ts

@@ -8,3 +8,3 @@ /**

*/
import type { EditorConfig, GridSelection, LexicalNode, NodeKey, NodeSelection, RangeSelection, SerializedElementNode, Spread } from 'lexical';
import type { BaseSelection, EditorConfig, LexicalNode, NodeKey, RangeSelection, SerializedElementNode, Spread } from 'lexical';
import { ElementNode } from 'lexical';

@@ -35,3 +35,3 @@ export type SerializedMarkNode = Spread<{

isInline(): true;
extractWithChild(child: LexicalNode, selection: RangeSelection | NodeSelection | GridSelection, destination: 'clone' | 'html'): boolean;
extractWithChild(child: LexicalNode, selection: BaseSelection, destination: 'clone' | 'html'): boolean;
excludeFromCopy(destination: 'clone' | 'html'): boolean;

@@ -38,0 +38,0 @@ }

@@ -11,9 +11,9 @@ {

"license": "MIT",
"version": "0.12.4",
"version": "0.12.5",
"main": "LexicalMark.js",
"peerDependencies": {
"lexical": "0.12.4"
"lexical": "0.12.5"
},
"dependencies": {
"@lexical/utils": "0.12.4"
"@lexical/utils": "0.12.5"
},

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

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