Socket
Socket
Sign inDemoInstall

@uxf/wysiwyg

Package Overview
Dependencies
Maintainers
0
Versions
219
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uxf/wysiwyg - npm Package Compare versions

Comparing version 1.2.8 to 1.2.9

2

package.json
{
"name": "@uxf/wysiwyg",
"version": "1.2.8",
"version": "1.2.9",
"description": "UXF Wysiwyg editor",

@@ -5,0 +5,0 @@ "author": "Robin Dvorak <dvorak@uxf.cz>",

@@ -5,2 +5,3 @@ import { CSSProperties, FC } from "react";

import { ReactEditor, RenderElementProps as SlateRenderElementProps, RenderLeafProps as SlateRenderLeafProps } from "slate-react";
declare type DateString = `${number}-${number}-${number}`;
export interface WysiwygEditorProps {

@@ -56,8 +57,6 @@ value?: EditorBlockElement[];

export interface EditorVideoElement extends EditorBlockElement {
uuid?: string;
extension?: string;
name: string;
namespace?: string;
thumbnailUrl: string;
type: "video";
uploadedAt: "YYYY-MM-DD";
uploadedAt: DateString;
url: string;

@@ -64,0 +63,0 @@ }

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