🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@udecode/plate-selection

Package Overview
Dependencies
Maintainers
3
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@udecode/plate-selection - npm Package Compare versions

Comparing version

to
48.0.5

9

dist/react/index.d.ts

@@ -67,6 +67,2 @@ import * as _udecode_plate_core_react from '@udecode/plate-core/react';

}
interface ChangedElements {
added: Element[];
removed: Element[];
}
interface Coordinates {

@@ -120,3 +116,6 @@ x: number;

declare const setSelectedIds: (editor: SlateEditor, { added, ids, removed, }: Partial<ChangedElements> & {
declare const setSelectedIds: (editor: SlateEditor, { added, ids, removed, }: Partial<{
added: Element[];
removed: Element[];
}> & {
ids?: string[];

@@ -123,0 +122,0 @@ }) => void;

{
"name": "@udecode/plate-selection",
"version": "48.0.0",
"version": "48.0.5",
"description": "Plate selection plugins",

@@ -59,3 +59,3 @@ "keywords": [

"peerDependencies": {
"@udecode/plate": ">=48.0.0",
"@udecode/plate": ">=48.0.5",
"react": ">=18.0.0",

@@ -62,0 +62,0 @@ "react-dom": ">=18.0.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

Sorry, the diff of this file is not supported yet