New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/react-draft-wysiwyg

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-draft-wysiwyg - npm Package Compare versions

Comparing version 1.13.1 to 1.13.2

9

react-draft-wysiwyg/index.d.ts

@@ -11,4 +11,4 @@ // Type definitions for react-draft-wysiwyg 1.13

import * as React from 'react';
import * as Draft from 'draft-js';
import * as React from "react";
import * as Draft from "draft-js";

@@ -69,2 +69,7 @@ export type SyntheticKeyboardEvent = React.KeyboardEvent<{}>;

editorRef?(ref: object): void;
handleKeyCommand?(
command: Draft.DraftEditorCommand,
editorState: EditorState,
eventTimeStamp: number,
): Draft.DraftHandleValue;
handlePastedText?(

@@ -71,0 +76,0 @@ text: string,

{
"name": "@types/react-draft-wysiwyg",
"version": "1.13.1",
"version": "1.13.2",
"description": "TypeScript definitions for react-draft-wysiwyg",

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

},
"typesPublisherContentHash": "ab32c04861bb08689bbbd2b75116e77c302e11c28be52d1431e2d9a6399a3325",
"typeScriptVersion": "3.3"
"typesPublisherContentHash": "ac43eaef8bbfa5301c343e41d9b129301db9531cb09c27f8bdda4ec96cc322ed",
"typeScriptVersion": "3.5"
}

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

### Additional Details
* Last updated: Mon, 04 Jan 2021 20:50:45 GMT
* Last updated: Wed, 31 Mar 2021 09:31:09 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react), [@types/draft-js](https://npmjs.com/package/@types/draft-js)

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