@uniformdev/richtext
Advanced tools
Comparing version 19.207.1-alpha.28 to 19.208.0
@@ -392,2 +392,5 @@ // src/elements.ts | ||
var walkRichTextTree = (node, callback, parent) => { | ||
if (!isRichTextNode(node)) { | ||
return; | ||
} | ||
callback(node, parent); | ||
@@ -394,0 +397,0 @@ if (Array.isArray(node.children)) { |
@@ -453,2 +453,5 @@ "use strict"; | ||
var walkRichTextTree = (node, callback, parent) => { | ||
if (!isRichTextNode(node)) { | ||
return; | ||
} | ||
callback(node, parent); | ||
@@ -455,0 +458,0 @@ if (Array.isArray(node.children)) { |
{ | ||
"name": "@uniformdev/richtext", | ||
"version": "19.207.1-alpha.28+369def3ba0", | ||
"version": "19.208.0", | ||
"description": "Common functionality and types for Uniform Rich Text parameters", | ||
@@ -48,3 +48,3 @@ "license": "SEE LICENSE IN LICENSE.txt", | ||
"@lexical/rich-text": "0.17.1", | ||
"@uniformdev/assets": "19.207.1-alpha.28+369def3ba0", | ||
"@uniformdev/assets": "19.208.0", | ||
"lexical": "0.17.1" | ||
@@ -58,3 +58,3 @@ }, | ||
}, | ||
"gitHead": "369def3ba012b3fc314254d940448b9937e12900" | ||
"gitHead": "9b96344a84cc37c1c54f9164b89ca7697611a2c0" | ||
} |
Sorry, the diff of this file is not supported yet
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
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
69990
1895
1
0