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

@lexical/markdown

Package Overview
Dependencies
Maintainers
6
Versions
218
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lexical/markdown - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1-next.0

8

LexicalMarkdown.dev.js

@@ -203,2 +203,10 @@ /**

const CAN_USE_DOM = typeof window !== 'undefined' && typeof window.document !== 'undefined' && typeof window.document.createElement !== 'undefined';
/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
*/
const documentMode = CAN_USE_DOM && 'documentMode' in document ? document.documentMode : null;

@@ -205,0 +213,0 @@ CAN_USE_DOM && /Mac|iPod|iPhone|iPad/.test(navigator.platform);

16

package.json

@@ -11,14 +11,14 @@ {

"license": "MIT",
"version": "0.5.0",
"version": "0.5.1-next.0",
"main": "LexicalMarkdown.js",
"peerDependencies": {
"lexical": "0.5.0"
"lexical": "0.5.1-next.0"
},
"dependencies": {
"@lexical/utils": "0.5.0",
"@lexical/code": "0.5.0",
"@lexical/text": "0.5.0",
"@lexical/rich-text": "0.5.0",
"@lexical/list": "0.5.0",
"@lexical/link": "0.5.0"
"@lexical/utils": "0.5.1-next.0",
"@lexical/code": "0.5.1-next.0",
"@lexical/text": "0.5.1-next.0",
"@lexical/rich-text": "0.5.1-next.0",
"@lexical/list": "0.5.1-next.0",
"@lexical/link": "0.5.1-next.0"
},

@@ -25,0 +25,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