New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@udecode/plate-media

Package Overview
Dependencies
Maintainers
0
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@udecode/plate-media - npm Package Compare versions

Comparing version 36.2.2 to 36.5.3

6

dist/index.d.ts

@@ -629,4 +629,4 @@ import * as _udecode_plate_common from '@udecode/plate-common';

declare const insertVideoPlaceholder: <V extends Value$1>(editor: PlateEditor$1<V>, options?: InsertNodesOptions$1<V>) => void;
declare const insertAudioPlaceholer: <V extends Value$1>(editor: PlateEditor$1<V>, options?: InsertNodesOptions$1<V>) => void;
declare const insertFilePlaceholer: <V extends Value$1>(editor: PlateEditor$1<V>, options?: InsertNodesOptions$1<V>) => void;
declare const insertAudioPlaceholder: <V extends Value$1>(editor: PlateEditor$1<V>, options?: InsertNodesOptions$1<V>) => void;
declare const insertFilePlaceholder: <V extends Value$1>(editor: PlateEditor$1<V>, options?: InsertNodesOptions$1<V>) => void;

@@ -650,2 +650,2 @@ type props = {

export { type AudioPlugin, ELEMENT_AUDIO, ELEMENT_FILE, ELEMENT_IMAGE, ELEMENT_MEDIA, ELEMENT_MEDIA_EMBED, ELEMENT_PLACEHOLDER, ELEMENT_VIDEO, type EmbedUrlData, type EmbedUrlParser, type FilePlugin, FloatingMedia, FloatingMediaEditButton, FloatingMediaUrlInput, Image, type ImagePlugin, type InsertMediaOptions, type MediaPlaceholder, type MediaPlugin, MediaProvider, PlaceholderProvider, PreviewImage, type TAudioElement, type TFileElement, type TImageElement, type TMediaElement, type TMediaEmbedElement, type TPlaceholderElement, type TVideoElement, VIDEO_PROVIDERS, type VideoPlugin, createAudioPlugin, createFilePlugin, createImagePlugin, createMediaEmbedPlugin, createPlaceholderPlugin, createVideoPlugin, floatingMediaActions, floatingMediaSelectors, floatingMediaStore, imagePreviewActions, imagePreviewSelectors, imagePreviewStore, insertAudioPlaceholer, insertFilePlaceholer, insertImage, insertImagePlaceholder, insertMedia, insertMediaEmbed, insertPlaceHolder, insertVideoPlaceholder, isImageUrl, mediaStore, openImagePreView, parseIframeUrl, parseMediaUrl, parseTwitterUrl, parseVideoUrl, type placeholderRule, placeholderStore, type previewItem, setMediaNode, submitFloatingMedia, useFloatingMediaEditButton, useFloatingMediaSelectors, useFloatingMediaUrlInput, useFloatingMediaUrlInputState, useImage, useImagePreview, useImagePreviewSelectors, useImagePreviewState, useMediaController, useMediaControllerDropDownMenu, useMediaControllerState, useMediaState, useMediaStore, useMediaToolbarButton, usePlaceholderElementState, usePlaceholderPopoverState, usePlaceholderStore, usePreviewImage, usePreviewImageState, useScaleInput, useScaleInputState, useZoom, withImage, withImageEmbed, withImageUpload };
export { type AudioPlugin, ELEMENT_AUDIO, ELEMENT_FILE, ELEMENT_IMAGE, ELEMENT_MEDIA, ELEMENT_MEDIA_EMBED, ELEMENT_PLACEHOLDER, ELEMENT_VIDEO, type EmbedUrlData, type EmbedUrlParser, type FilePlugin, FloatingMedia, FloatingMediaEditButton, FloatingMediaUrlInput, Image, type ImagePlugin, type InsertMediaOptions, type MediaPlaceholder, type MediaPlugin, MediaProvider, PlaceholderProvider, PreviewImage, type TAudioElement, type TFileElement, type TImageElement, type TMediaElement, type TMediaEmbedElement, type TPlaceholderElement, type TVideoElement, VIDEO_PROVIDERS, type VideoPlugin, createAudioPlugin, createFilePlugin, createImagePlugin, createMediaEmbedPlugin, createPlaceholderPlugin, createVideoPlugin, floatingMediaActions, floatingMediaSelectors, floatingMediaStore, imagePreviewActions, imagePreviewSelectors, imagePreviewStore, insertAudioPlaceholder, insertFilePlaceholder, insertImage, insertImagePlaceholder, insertMedia, insertMediaEmbed, insertPlaceHolder, insertVideoPlaceholder, isImageUrl, mediaStore, openImagePreView, parseIframeUrl, parseMediaUrl, parseTwitterUrl, parseVideoUrl, type placeholderRule, placeholderStore, type previewItem, setMediaNode, submitFloatingMedia, useFloatingMediaEditButton, useFloatingMediaSelectors, useFloatingMediaUrlInput, useFloatingMediaUrlInputState, useImage, useImagePreview, useImagePreviewSelectors, useImagePreviewState, useMediaController, useMediaControllerDropDownMenu, useMediaControllerState, useMediaState, useMediaStore, useMediaToolbarButton, usePlaceholderElementState, usePlaceholderPopoverState, usePlaceholderStore, usePreviewImage, usePreviewImageState, useScaleInput, useScaleInputState, useZoom, withImage, withImageEmbed, withImageUpload };

@@ -86,4 +86,4 @@ "use strict";

imagePreviewStore: () => imagePreviewStore,
insertAudioPlaceholer: () => insertAudioPlaceholer,
insertFilePlaceholer: () => insertFilePlaceholer,
insertAudioPlaceholder: () => insertAudioPlaceholder,
insertFilePlaceholder: () => insertFilePlaceholder,
insertImage: () => insertImage,

@@ -1269,4 +1269,4 @@ insertImagePlaceholder: () => insertImagePlaceholder,

var insertVideoPlaceholder = (editor, options) => insertPlaceHolder(editor, ELEMENT_VIDEO, options);
var insertAudioPlaceholer = (editor, options) => insertPlaceHolder(editor, ELEMENT_AUDIO, options);
var insertFilePlaceholer = (editor, options) => insertPlaceHolder(editor, ELEMENT_FILE, options);
var insertAudioPlaceholder = (editor, options) => insertPlaceHolder(editor, ELEMENT_AUDIO, options);
var insertFilePlaceholder = (editor, options) => insertPlaceHolder(editor, ELEMENT_FILE, options);

@@ -1305,4 +1305,4 @@ // src/placeholder/transforms/setMediaNode.ts

imagePreviewStore,
insertAudioPlaceholer,
insertFilePlaceholer,
insertAudioPlaceholder,
insertFilePlaceholder,
insertImage,

@@ -1309,0 +1309,0 @@ insertImagePlaceholder,

{
"name": "@udecode/plate-media",
"version": "36.2.2",
"version": "36.5.3",
"description": "Plate Media plugin",

@@ -48,3 +48,3 @@ "license": "MIT",

"peerDependencies": {
"@udecode/plate-common": ">=36.2.1",
"@udecode/plate-common": ">=36.3.9",
"react": ">=16.8.0",

@@ -51,0 +51,0 @@ "react-dom": ">=16.8.0",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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