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
429
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.179.1-alpha.1 to 19.179.2-alpha.22

8

dist/index.d.ts

@@ -147,10 +147,10 @@ import { LinkParamValue, RichTextParamValue, RichTextBuiltInElement, RichTextBuiltInFormat } from '@uniformdev/canvas';

declare const walkRichTextTree: (node: RichTextNode, callback: (node: RichTextNode, parent: RichTextNode | undefined) => void, parent?: RichTextNode) => void;
declare const richTextBuiltInElements: {
declare const richTextBuiltInElements: Array<{
label: string;
type: RichTextBuiltInElement;
}[];
declare const richTextBuiltInFormats: {
}>;
declare const richTextBuiltInFormats: Array<{
label: string;
type: RichTextBuiltInFormat;
}[];
}>;
declare const getLabelForElement: (type: string) => string;

@@ -157,0 +157,0 @@ declare const getLabelForFormat: (type: string) => string;

{
"name": "@uniformdev/richtext",
"version": "19.179.1-alpha.1+3adc08c00a",
"version": "19.179.2-alpha.22+79878be48f",
"description": "Common functionality and types for Uniform Rich Text parameters",

@@ -43,9 +43,9 @@ "license": "SEE LICENSE IN LICENSE.txt",

"devDependencies": {
"@lexical/headless": "0.16.1",
"@lexical/html": "0.16.1",
"@lexical/link": "0.16.1",
"@lexical/list": "0.16.1",
"@lexical/rich-text": "0.16.1",
"@uniformdev/canvas": "^19.179.1-alpha.1+3adc08c00a",
"lexical": "0.16.1"
"@lexical/headless": "0.17.0",
"@lexical/html": "0.17.0",
"@lexical/link": "0.17.0",
"@lexical/list": "0.17.0",
"@lexical/rich-text": "0.17.0",
"@uniformdev/canvas": "^19.179.2-alpha.22+79878be48f",
"lexical": "0.17.0"
},

@@ -58,3 +58,3 @@ "files": [

},
"gitHead": "3adc08c00a0d3932b6b767faaa6157f8b71ef0a0"
"gitHead": "79878be48f2d4b1c6158026aa632e71c91473ac6"
}

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