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

@types/slate-react

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/slate-react - npm Package Compare versions

Comparing version 0.22.2 to 0.22.3

18

slate-react/index.d.ts

@@ -47,3 +47,3 @@ // Type definitions for slate-react 0.22

children: React.ReactNode;
editor: CoreEditor;
editor: Editor;
mark: Mark;

@@ -57,10 +57,10 @@ marks: Immutable.Set<Mark>;

export interface RenderNodeProps {
attributes: RenderAttributes;
children: React.ReactNode;
editor: CoreEditor;
isFocused: boolean;
isSelected: boolean;
key: string;
parent: Node;
readOnly: boolean;
attributes: RenderAttributes;
children: React.ReactNode;
editor: Editor;
isFocused: boolean;
isSelected: boolean;
key: string;
parent: Node;
readOnly: boolean;
}

@@ -67,0 +67,0 @@

{
"name": "@types/slate-react",
"version": "0.22.2",
"version": "0.22.3",
"description": "TypeScript definitions for slate-react",

@@ -71,4 +71,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "1ed6a428b68843e4f1d5df01d0b1e3994409fbab6a914bdbeb89476f23d85703",
"typesPublisherContentHash": "3a5e62e70932484f391985601440d29f613a8972061aeb246832812ca3a5e1d7",
"typeScriptVersion": "2.8"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Thu, 27 Jun 2019 18:09:22 GMT
* Last updated: Tue, 16 Jul 2019 00:02:58 GMT
* Dependencies: @types/slate, @types/immutable, @types/react

@@ -14,0 +14,0 @@ * Global values: none

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