Socket
Socket
Sign inDemoInstall

@lexical/table

Package Overview
Dependencies
Maintainers
6
Versions
183
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lexical/table - npm Package Compare versions

Comparing version 0.7.1 to 0.7.2

12

LexicalTable.dev.js

@@ -309,14 +309,4 @@ /**

const getSelection = () => CAN_USE_DOM ? window.getSelection() : null;
const getDOMSelection = () => CAN_USE_DOM ? window.getSelection() : null;
var getDOMSelection = getSelection;
/**
* 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.
*
*/
if (CAN_USE_DOM) {

@@ -323,0 +313,0 @@ const disableNativeSelectionUi = document.createElement('style');

6

package.json

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

"license": "MIT",
"version": "0.7.1",
"version": "0.7.2",
"main": "LexicalTable.js",
"peerDependencies": {
"lexical": "0.7.1"
"lexical": "0.7.2"
},
"dependencies": {
"@lexical/utils": "0.7.1"
"@lexical/utils": "0.7.2"
},

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