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.0 to 0.22.1

5

slate-react/index.d.ts

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

Range,
Controller
Controller,
Plugin as CorePlugin
} from "slate";

@@ -84,3 +85,3 @@ import * as Immutable from "immutable";

export interface Plugin {
export interface Plugin extends CorePlugin {
decorateNode?: (node: Node, editor: CoreEditor, next: () => any) => any;

@@ -87,0 +88,0 @@ renderEditor?: (props: EditorProps, editor: CoreEditor, next: () => any) => any;

4

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

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

},
"typesPublisherContentHash": "e7e379358fd5f631ac992fa83abdead57270fdf53c3835cfb5c09ca390c25d80",
"typesPublisherContentHash": "8f525260732b11f825ff2fb06b0b0b28f97d84d057386dab69b1243e64aa07bd",
"typeScriptVersion": "2.8"
}

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

Additional Details
* Last updated: Thu, 30 May 2019 18:05:39 GMT
* Last updated: Mon, 10 Jun 2019 19:43:40 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