Socket
Socket
Sign inDemoInstall

@udecode/plate-common

Package Overview
Dependencies
Maintainers
2
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@udecode/plate-common - npm Package Compare versions

Comparing version 4.4.0 to 5.1.0

6

CHANGELOG.md
# @udecode/plate-common
## 5.1.0
### Patch Changes
- [#1105](https://github.com/udecode/plate/pull/1105) [`503956fd`](https://github.com/udecode/plate/commit/503956fd9f71253249b3ad699b81c1c465351b0a) Thanks [@aj-foster](https://github.com/aj-foster)! - Allow options passed to isSelectionAtBlockStart
## 4.4.0

@@ -4,0 +10,0 @@

7

dist/queries/isSelectionAtBlockStart.d.ts

@@ -1,6 +0,9 @@

import { TEditor } from '@udecode/plate-core';
import { AnyObject, TAncestor, TEditor } from '@udecode/plate-core';
import { EditorAboveOptions } from '../types/Editor.types';
/**
* Is the selection focus at the start of its parent block.
*
* Supports the same options provided by {@link getBlockAbove}.
*/
export declare const isSelectionAtBlockStart: (editor: TEditor) => boolean;
export declare const isSelectionAtBlockStart: (editor: TEditor, options?: EditorAboveOptions<TAncestor<AnyObject>> | undefined) => boolean;
//# sourceMappingURL=isSelectionAtBlockStart.d.ts.map
{
"name": "@udecode/plate-common",
"version": "4.4.0",
"version": "5.1.0",
"description": "Common utilities used by Plate",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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