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

@udecode/plate-trailing-block

Package Overview
Dependencies
Maintainers
2
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@udecode/plate-trailing-block - npm Package Compare versions

Comparing version 5.3.5 to 6.0.0

2

CHANGELOG.md
# @udecode/plate-trailing-block
## 6.0.0
## 5.3.5

@@ -4,0 +6,0 @@

6

dist/createTrailingBlockPlugin.d.ts
import { QueryNodeOptions } from '@udecode/plate-common';
import { SPEditor, WithOverride } from '@udecode/plate-core';
export interface WithTrailingBlock extends QueryNodeOptions {
export interface TrailingBlockPluginOptions extends QueryNodeOptions {
/**

@@ -16,7 +16,7 @@ * Type of the trailing block

*/
export declare const withTrailingBlock: ({ type: _type, level, ...query }?: WithTrailingBlock) => WithOverride;
export declare const withTrailingBlock: ({ type: _type, level, ...query }?: TrailingBlockPluginOptions) => WithOverride;
/**
* @see {@link withTrailingNode}
*/
export declare const createTrailingBlockPlugin: (options_0?: WithTrailingBlock | undefined) => import("@udecode/plate-core").PlatePlugin<SPEditor>;
export declare const createTrailingBlockPlugin: (options_0?: TrailingBlockPluginOptions | undefined) => import("@udecode/plate-core").PlatePlugin<SPEditor>;
//# sourceMappingURL=createTrailingBlockPlugin.d.ts.map
{
"name": "@udecode/plate-trailing-block",
"version": "5.3.5",
"version": "6.0.0",
"description": "Trailing-block plugin for Plate",

@@ -35,4 +35,4 @@ "keywords": [

"dependencies": {
"@udecode/plate-common": "5.3.5",
"@udecode/plate-core": "5.3.1"
"@udecode/plate-common": "6.0.0",
"@udecode/plate-core": "6.0.0"
},

@@ -39,0 +39,0 @@ "peerDependencies": {

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