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

@udecode/plate-selection

Package Overview
Dependencies
Maintainers
2
Versions
105
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 36.0.8 to 36.1.0

5

dist/index.d.ts

@@ -119,5 +119,4 @@ import * as zustand_x from 'zustand-x';

active?: boolean;
selectedColor?: string;
}
declare const useBlockSelectableState: ({ active, element, selectedColor, }: BlockSelectableOptions) => {
declare const useBlockSelectableState: ({ active, element, }: BlockSelectableOptions) => {
active: boolean;

@@ -128,3 +127,2 @@ editor?: undefined;

ref?: undefined;
selectedColor?: undefined;
} | {

@@ -136,3 +134,2 @@ active: boolean;

ref: React__default.MutableRefObject<HTMLDivElement | null>;
selectedColor: string | undefined;
};

@@ -139,0 +136,0 @@ declare const useBlockSelectable: ({ editor, element, path, ref, }: ReturnType<typeof useBlockSelectableState>) => {

9

dist/index.js

@@ -392,4 +392,3 @@ "use strict";

active,
element,
selectedColor
element
}) => {

@@ -421,4 +420,3 @@ const editor = (0, import_plate_common5.useEditorRef)();

path,
ref,
selectedColor
ref
};

@@ -842,4 +840,3 @@ };

options: {
element,
selectedColor: "rgb(219 234 254)"
element
}

@@ -846,0 +843,0 @@ })

{
"name": "@udecode/plate-selection",
"version": "36.0.8",
"version": "36.1.0",
"description": "Plate plugin to add a visual way of selecting blocks",

@@ -5,0 +5,0 @@ "license": "MIT",

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