Socket
Socket
Sign inDemoInstall

@udecode/slate-react

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@udecode/slate-react - npm Package Compare versions

Comparing version 33.0.0 to 36.0.3

6

dist/index.d.ts

@@ -96,4 +96,6 @@ import { Value, TEditor, TNode, TDescendant, TText, EText } from '@udecode/slate';

editor: ReactEditor;
onChange: (value: SlateProps['value']) => void;
value: TDescendant[];
initialValue: TDescendant[];
onChange?: (value: TDescendant[]) => void;
onSelectionChange?: (selection: Selection) => void;
onValueChange?: (value: TDescendant[]) => void;
}

@@ -100,0 +102,0 @@

{
"name": "@udecode/slate-react",
"version": "33.0.0",
"version": "36.0.3",
"description": "Slate extension",

@@ -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

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