Socket
Socket
Sign inDemoInstall

@mdxeditor/editor

Package Overview
Dependencies
Maintainers
1
Versions
187
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mdxeditor/editor - npm Package Compare versions

Comparing version 2.20.4 to 2.20.5

1

dist/plugins/link-dialog/index.js

@@ -148,3 +148,2 @@ import { TOGGLE_LINK_COMMAND, $isLinkNode } from "@lexical/link";

map(([[selection], activeEditor, _, readOnly]) => {
console.log({ readOnly });
if ($isRangeSelection(selection) && activeEditor && !readOnly) {

@@ -151,0 +150,0 @@ const node = getLinkNodeInSelection(selection);

2

package.json

@@ -14,3 +14,3 @@ {

"type": "module",
"version": "2.20.4",
"version": "2.20.5",
"description": "React component for rich text markdown editing",

@@ -17,0 +17,0 @@ "scripts": {

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