Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lexical/html

Package Overview
Dependencies
Maintainers
6
Versions
176
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lexical/html - npm Package Compare versions

Comparing version 0.3.11 to 0.4.0

1

index.d.ts

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

/** @module @lexical/html */
/**

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

8

LexicalHtml.dev.js

@@ -12,10 +12,4 @@ /**

/** @module @lexical/html */
/**
* 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.
*
*/
/**
* How you parse your html string to get a document is left up to you. In the browser you can use the native

@@ -22,0 +16,0 @@ * DOMParser API to generate a document (see clipboard.ts), but to use in a headless environment you can use JSDom

@@ -11,6 +11,6 @@ {

"license": "MIT",
"version": "0.3.11",
"version": "0.4.0",
"main": "LexicalHtml.js",
"peerDependencies": {
"lexical": "0.3.11"
"lexical": "0.4.0"
},

@@ -23,4 +23,4 @@ "repository": {

"dependencies": {
"@lexical/selection": "0.3.11"
"@lexical/selection": "0.4.0"
}
}
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