@lexical/html
Advanced tools
Comparing version 0.3.11 to 0.4.0
@@ -0,1 +1,2 @@ | ||
/** @module @lexical/html */ | ||
/** | ||
@@ -2,0 +3,0 @@ * Copyright (c) Meta Platforms, Inc. and affiliates. |
@@ -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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12521
185
1
+ Added@lexical/selection@0.4.0(transitive)
+ Addedlexical@0.4.0(transitive)
- Removed@lexical/selection@0.3.11(transitive)
- Removedlexical@0.3.11(transitive)
Updated@lexical/selection@0.4.0