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

@udecode/plate-indent

Package Overview
Dependencies
Maintainers
2
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@udecode/plate-indent - npm Package Compare versions

Comparing version 11.0.1 to 11.0.2

2

CHANGELOG.md
# @udecode/plate-indent
## 11.0.2
## 11.0.1

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

2

dist/createIndentPlugin.d.ts
import { IndentPlugin } from './types';
export declare const KEY_INDENT = "indent";
export declare const createIndentPlugin: <V extends import("@udecode/plate-core").Value, E extends import("@udecode/plate-core").PlateEditor<V> = import("@udecode/plate-core").PlateEditor<V>>(override?: Partial<import("@udecode/plate-core").PlatePlugin<IndentPlugin, V, E>> | undefined, overrideByKey?: import("@udecode/plate-core").OverrideByKey<V, E> | undefined) => import("@udecode/plate-core").PlatePlugin<IndentPlugin, V, E>;
export declare const createIndentPlugin: <OP = IndentPlugin, OV extends import("@udecode/plate-core").Value = import("@udecode/plate-core").Value, OE extends import("@udecode/plate-core").PlateEditor<OV> = import("@udecode/plate-core").PlateEditor<OV>>(override?: Partial<import("@udecode/plate-core").PlatePlugin<IndentPlugin, OV, OE>> | undefined, overrideByKey?: import("@udecode/plate-core").OverrideByKey<OV, OE> | undefined) => import("@udecode/plate-core").PlatePlugin<import("@udecode/plate-core").NoInfer<OP>, OV, OE>;
//# sourceMappingURL=createIndentPlugin.d.ts.map
import { IndentPlugin } from './types';
export declare const KEY_TEXT_INDENT = "textIndent";
export declare const createTextIndentPlugin: <V extends import("@udecode/plate-core").Value, E extends import("@udecode/plate-core").PlateEditor<V> = import("@udecode/plate-core").PlateEditor<V>>(override?: Partial<import("@udecode/plate-core").PlatePlugin<IndentPlugin, V, E>> | undefined, overrideByKey?: import("@udecode/plate-core").OverrideByKey<V, E> | undefined) => import("@udecode/plate-core").PlatePlugin<IndentPlugin, V, E>;
export declare const createTextIndentPlugin: <OP = IndentPlugin, OV extends import("@udecode/plate-core").Value = import("@udecode/plate-core").Value, OE extends import("@udecode/plate-core").PlateEditor<OV> = import("@udecode/plate-core").PlateEditor<OV>>(override?: Partial<import("@udecode/plate-core").PlatePlugin<IndentPlugin, OV, OE>> | undefined, overrideByKey?: import("@udecode/plate-core").OverrideByKey<OV, OE> | undefined) => import("@udecode/plate-core").PlatePlugin<import("@udecode/plate-core").NoInfer<OP>, OV, OE>;
//# sourceMappingURL=createTextIndentPlugin.d.ts.map
{
"name": "@udecode/plate-indent",
"version": "11.0.1",
"version": "11.0.2",
"description": "Indent plugin for Plate",

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

"dependencies": {
"@udecode/plate-core": "11.0.1"
"@udecode/plate-core": "11.0.2"
},

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

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