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

@lexical/list

Package Overview
Dependencies
Maintainers
5
Versions
201
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lexical/list - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

5

LexicalList.d.ts

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

import {ListNodeTagType} from './src/LexicalListNode';
import {

@@ -23,2 +21,3 @@ ElementNode,

export type ListNodeTagType = 'ul' | 'ol';
export type ListType = 'number' | 'bullet' | 'check';

@@ -46,3 +45,3 @@ export function $createListItemNode(checked?: boolean | void): ListItemNode;

getChecked(): boolean | void;
setChecked(boolean): this;
setChecked(boolean: boolean): this;
toggleChecked(): void;

@@ -49,0 +48,0 @@ static importJSON(serializedNode: SerializedListItemNode): ListItemNode;

6

package.json

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

"license": "MIT",
"version": "0.3.1",
"version": "0.3.2",
"main": "LexicalList.js",
"peerDependencies": {
"lexical": "0.3.1"
"lexical": "0.3.2"
},
"dependencies": {
"@lexical/utils": "0.3.1"
"@lexical/utils": "0.3.2"
},

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