New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lexical/html

Package Overview
Dependencies
Maintainers
5
Versions
238
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lexical/html - npm Package Compare versions

Comparing version 0.23.2-nightly.20250117.0 to 0.23.2-nightly.20250120.0

2

LexicalHtml.js

@@ -10,3 +10,3 @@ /**

'use strict'
const LexicalHtml = process.env.NODE_ENV === 'development' ? require('./LexicalHtml.dev.js') : require('./LexicalHtml.prod.js');
const LexicalHtml = process.env.NODE_ENV !== 'production' ? require('./LexicalHtml.dev.js') : require('./LexicalHtml.prod.js');
module.exports = LexicalHtml;

@@ -11,3 +11,3 @@ {

"license": "MIT",
"version": "0.23.2-nightly.20250117.0",
"version": "0.23.2-nightly.20250120.0",
"main": "LexicalHtml.js",

@@ -21,5 +21,5 @@ "types": "index.d.ts",

"dependencies": {
"@lexical/selection": "0.23.2-nightly.20250117.0",
"@lexical/utils": "0.23.2-nightly.20250117.0",
"lexical": "0.23.2-nightly.20250117.0"
"@lexical/selection": "0.23.2-nightly.20250120.0",
"@lexical/utils": "0.23.2-nightly.20250120.0",
"lexical": "0.23.2-nightly.20250120.0"
},

@@ -26,0 +26,0 @@ "module": "LexicalHtml.mjs",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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