Socket
Socket
Sign inDemoInstall

@lexical/link

Package Overview
Dependencies
Maintainers
4
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lexical/link - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

5

LexicalLink.d.ts

@@ -18,2 +18,3 @@ /**

} from 'lexical';
import {ElementNode} from 'lexical';

@@ -42,3 +43,3 @@ export declare class LinkNode extends ElementNode {

export function $createLinkNode(url: string): LinkNode;
export function $isLinkNode(node: ?LexicalNode): boolean;
export function $isLinkNode(node: ?LexicalNode): node is LinkNode;
export declare class AutoLinkNode extends LinkNode {

@@ -50,4 +51,4 @@ static getType(): string;

export function $createAutoLinkNode(url: string): AutoLinkNode;
export function $isAutoLinkNode(node: ?LexicalNode): boolean;
export function $isAutoLinkNode(node: ?LexicalNode): node is AutoLinkNode;
export var TOGGLE_LINK_COMMAND: LexicalCommand<string | null>;

6

package.json

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

"license": "MIT",
"version": "0.2.3",
"version": "0.2.4",
"main": "LexicalLink.js",
"peerDependencies": {
"lexical": "0.2.3"
"lexical": "0.2.4"
},
"dependencies": {
"@lexical/utils": "0.2.3"
"@lexical/utils": "0.2.4"
},

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