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

@uniformdev/richtext

Package Overview
Dependencies
Maintainers
0
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.202.0 to 19.202.1-alpha.9

6

dist/index.d.ts

@@ -81,4 +81,3 @@ import { AssetParamValueItem } from '@uniformdev/assets';

interface TableNode extends RichTextNode {
}
type TableNode = RichTextNode;
declare const tableHtmlRenderer: NodeStringRenderer;

@@ -102,4 +101,3 @@

interface TableRowNode extends RichTextNode {
}
type TableRowNode = RichTextNode;
declare const tablerowHtmlRenderer: NodeStringRenderer;

@@ -106,0 +104,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.202.0",
"version": "19.202.1-alpha.9+63c059770a",
"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.202.0",
"@uniformdev/assets": "19.202.1-alpha.9+63c059770a",
"lexical": "0.17.1"

@@ -58,3 +58,3 @@ },

},
"gitHead": "133a9ea4d2d3794e2d05ad8277f6bb3803d109d7"
"gitHead": "63c059770a54fc063a12af0f74eba059143e8074"
}

Sorry, the diff of this file is not supported yet

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