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

@lexical/devtools-core

Package Overview
Dependencies
Maintainers
5
Versions
192
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lexical/devtools-core - npm Package Compare versions

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

2

LexicalDevtoolsCore.js

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

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

@@ -11,12 +11,12 @@ {

"license": "MIT",
"version": "0.23.2-nightly.20250117.0",
"version": "0.23.2-nightly.20250120.0",
"main": "LexicalDevtoolsCore.js",
"types": "index.d.ts",
"dependencies": {
"@lexical/html": "0.23.2-nightly.20250117.0",
"@lexical/link": "0.23.2-nightly.20250117.0",
"@lexical/mark": "0.23.2-nightly.20250117.0",
"@lexical/table": "0.23.2-nightly.20250117.0",
"@lexical/utils": "0.23.2-nightly.20250117.0",
"lexical": "0.23.2-nightly.20250117.0"
"@lexical/html": "0.23.2-nightly.20250120.0",
"@lexical/link": "0.23.2-nightly.20250120.0",
"@lexical/mark": "0.23.2-nightly.20250120.0",
"@lexical/table": "0.23.2-nightly.20250120.0",
"@lexical/utils": "0.23.2-nightly.20250120.0",
"lexical": "0.23.2-nightly.20250120.0"
},

@@ -23,0 +23,0 @@ "peerDependencies": {

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