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

@lexical/overflow

Package Overview
Dependencies
Maintainers
5
Versions
257
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lexical/overflow - npm Package Compare versions

Comparing version 0.14.3 to 0.14.4

1

index.d.ts

@@ -1,2 +0,1 @@

/** @module @lexical/overflow */
/**

@@ -3,0 +2,0 @@ * Copyright (c) Meta Platforms, Inc. and affiliates.

8

LexicalOverflow.dev.js

@@ -11,3 +11,9 @@ /**

/** @module @lexical/overflow */
/**
* 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.
*
*/
/** @noInheritDoc */

@@ -14,0 +20,0 @@ class OverflowNode extends lexical.ElementNode {

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

"license": "MIT",
"version": "0.14.3",
"version": "0.14.4",
"main": "LexicalOverflow.js",

@@ -26,2 +26,4 @@ "types": "index.d.ts",

"types": "./index.d.ts",
"development": "./LexicalOverflow.dev.mjs",
"production": "./LexicalOverflow.prod.mjs",
"node": "./LexicalOverflow.node.mjs",

@@ -32,2 +34,4 @@ "default": "./LexicalOverflow.mjs"

"types": "./index.d.ts",
"development": "./LexicalOverflow.dev.js",
"production": "./LexicalOverflow.prod.js",
"default": "./LexicalOverflow.js"

@@ -38,4 +42,4 @@ }

"dependencies": {
"lexical": "0.14.3"
"lexical": "0.14.4"
}
}

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