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.2 to 0.20.3

13

slate-react/index.d.ts

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

// Irwan Fario Subastian <https://github.com/isubasti>
// Sebastian Greaves <https://github.com/sgreav>
// Hanna Greaves <https://github.com/sgreav>
// Francesco Agnoletto <https://github.com/Kornil>

@@ -22,4 +22,3 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

Operations,
Schema,
Stack,
SchemaProperties,
Value,

@@ -117,3 +116,3 @@ Operation,

role?: string;
schema?: Schema;
schema?: SchemaProperties;
spellCheck?: boolean;

@@ -127,5 +126,3 @@ style?: React.CSSProperties;

export interface EditorState {
schema: Schema;
value: Value;
stack: Stack;
}

@@ -135,4 +132,2 @@

controller: CoreEditor;
schema: Schema;
stack: Stack;

@@ -145,3 +140,3 @@ readonly plugins: Plugin[];

// Instance methods
resolveController(plugins: Plugin[], schema: Schema, commands: any[], queries: any[]): void;
resolveController(plugins: Plugin[], schema: SchemaProperties, commands: any[], queries: any[]): void;

@@ -148,0 +143,0 @@ // Controller

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

@@ -38,3 +38,3 @@ "license": "MIT",

{
"name": "Sebastian Greaves",
"name": "Hanna Greaves",
"url": "https://github.com/sgreav",

@@ -57,8 +57,8 @@ "githubUsername": "sgreav"

"dependencies": {
"immutable": "^3.8.2",
"@types/react": "*",
"@types/slate": "*",
"@types/react": "*"
"immutable": "^3.8.2"
},
"typesPublisherContentHash": "b293c42b24be3186f2881151432d6f29c9cec08028de5af3552bf072fa7c453c",
"typesPublisherContentHash": "c8275cd0d858bde2db1b09cf9f5511b750b7fc3e3f5307e7caf2dcf134f192b0",
"typeScriptVersion": "2.8"
}

@@ -11,7 +11,7 @@ # Installation

Additional Details
* Last updated: Tue, 20 Nov 2018 17:03:29 GMT
* Dependencies: slate, immutable, react
* Last updated: Fri, 14 Dec 2018 00:07:52 GMT
* Dependencies: @types/slate, @types/immutable, @types/react
* 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>, Francesco Agnoletto <https://github.com/Kornil>.
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>, Hanna 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