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

@lexical/plain-text

Package Overview
Dependencies
Maintainers
5
Versions
279
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lexical/plain-text - npm Package Compare versions

Comparing version 0.14.3 to 0.14.4

1

index.d.ts

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

/** @module @lexical/plain-text */
/**

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

8

LexicalPlainText.dev.js

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

/** @module @lexical/plain-text */
/**
* 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.
*
*/
function onCopyForPlainText(event, editor) {

@@ -50,0 +56,0 @@ editor.update(() => {

@@ -10,3 +10,3 @@ {

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

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

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

@@ -31,2 +33,4 @@ "default": "./LexicalPlainText.mjs"

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

@@ -37,7 +41,7 @@ }

"dependencies": {
"@lexical/clipboard": "0.14.3",
"@lexical/selection": "0.14.3",
"@lexical/utils": "0.14.3",
"lexical": "0.14.3"
"@lexical/clipboard": "0.14.4",
"@lexical/selection": "0.14.4",
"@lexical/utils": "0.14.4",
"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