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

@uniformdev/richtext

Package Overview
Dependencies
Maintainers
9
Versions
447
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uniformdev/richtext - npm Package Compare versions

Comparing version 19.207.1-alpha.28 to 19.208.0

3

dist/index.esm.js

@@ -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)) {

6

package.json
{
"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

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