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.20.0 to 0.20.1

20

slate-react/index.d.ts

@@ -10,2 +10,3 @@ // Type definitions for slate-react 0.20

// Sebastian Greaves <https://github.com/sgreav>
// Francesco Agnoletto <https://github.com/Kornil>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -18,2 +19,4 @@ // TypeScript Version: 2.8

Node,
Block,
Inline,
Operations,

@@ -45,10 +48,11 @@ Schema,

export interface RenderNodeProps {
attributes: RenderAttributes;
children: React.ReactNode;
editor: Controller;
isFocused: boolean;
isSelected: boolean;
node: Node;
parent: Node;
readOnly: boolean;
attributes: RenderAttributes;
children: React.ReactNode;
editor: Controller;
isFocused: boolean;
isSelected: boolean;
key: string;
node: Block | Inline;
parent: Node;
readOnly: boolean;
}

@@ -55,0 +59,0 @@

9

slate-react/package.json
{
"name": "@types/slate-react",
"version": "0.20.0",
"version": "0.20.1",
"description": "TypeScript definitions for slate-react",

@@ -41,2 +41,7 @@ "license": "MIT",

"githubUsername": "sgreav"
},
{
"name": "Francesco Agnoletto",
"url": "https://github.com/Kornil",
"githubUsername": "Kornil"
}

@@ -56,4 +61,4 @@ ],

},
"typesPublisherContentHash": "e9ba062649252cb5145d7a9d3bb27864c8cb8cfbd30d042705e9955ae05543ca",
"typesPublisherContentHash": "b99e45f01b5ced89fcb09ac65365ee5f4cbd219ec913599a135b73e65d0a83bc",
"typeScriptVersion": "2.8"
}

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

Additional Details
* Last updated: Mon, 05 Nov 2018 20:43:45 GMT
* Last updated: Tue, 06 Nov 2018 21:38:45 GMT
* Dependencies: slate, immutable, react

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Andy Kent <https://github.com/andykent>, Jamie Talbot <https://github.com/majelbstoat>, Jan Löbel <https://github.com/JanLoebel>, Patrick Sachs <https://github.com/PatrickSachs>, Brandon Shelton <https://github.com/YangusKhan>, Irwan Fario Subastian <https://github.com/isubasti>, Sebastian Greaves <https://github.com/sgreav>.
These definitions were written by Andy Kent <https://github.com/andykent>, Jamie Talbot <https://github.com/majelbstoat>, Jan Löbel <https://github.com/JanLoebel>, Patrick Sachs <https://github.com/PatrickSachs>, Brandon Shelton <https://github.com/YangusKhan>, Irwan Fario Subastian <https://github.com/isubasti>, Sebastian Greaves <https://github.com/sgreav>, Francesco Agnoletto <https://github.com/Kornil>.
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