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

@lexical/text

Package Overview
Dependencies
Maintainers
5
Versions
253
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lexical/text - npm Package Compare versions

Comparing version 0.14.3 to 0.14.4

1

index.d.ts

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

/** @module @lexical/text */
/**

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

8

package.json

@@ -12,3 +12,3 @@ {

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

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

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

@@ -33,2 +35,4 @@ "default": "./LexicalText.mjs"

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

@@ -39,4 +43,4 @@ }

"dependencies": {
"lexical": "0.14.3"
"lexical": "0.14.4"
}
}
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