Socket
Socket
Sign inDemoInstall

@types/draft-js

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/draft-js - npm Package Compare versions

Comparing version 0.10.5 to 0.10.6

5

draft-js/index.d.ts

@@ -7,2 +7,3 @@ // Type definitions for Draft.js v0.10.0

// Ryan Schwers <https://github.com/schwers>
// Michael Wu <https://github.com/michael-yx-wu>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -41,3 +42,3 @@ // TypeScript Version: 2.3

*/
class DraftEditor extends React.Component<DraftEditorProps> {
class DraftEditor extends React.Component<DraftEditorProps, {}> {
// Force focus back onto the editor node.

@@ -167,3 +168,3 @@ focus(): void;

namespace Components {
class DraftEditorBlock extends React.Component<any> {
class DraftEditorBlock extends React.Component<any, {}> {
}

@@ -170,0 +171,0 @@ }

8

draft-js/package.json
{
"name": "@types/draft-js",
"version": "0.10.5",
"version": "0.10.6",
"description": "TypeScript definitions for Draft.js",

@@ -22,2 +22,6 @@ "license": "MIT",

"url": "https://github.com/schwers"
},
{
"name": "Michael Wu",
"url": "https://github.com/michael-yx-wu"
}

@@ -36,4 +40,4 @@ ],

"peerDependencies": {},
"typesPublisherContentHash": "becbb2054ab786a33a497197fda2d7aa92a540000bec1a30aad5129c4d3db0fa",
"typesPublisherContentHash": "9d290927f0e9bf13615201c12debbf709a6f4fbefc342212f2e3d7f5ddbac012",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Mon, 26 Jun 2017 14:01:14 GMT
* Last updated: Thu, 13 Jul 2017 14:58:47 GMT
* Dependencies: react, immutable

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

# Credits
These definitions were written by Dmitry Rogozhny <https://github.com/dmitryrogozhny>, Eelco Lempsink <https://github.com/eelco>, Yale Cason <https://github.com/ghotiphud>, Ryan Schwers <https://github.com/schwers>.
These definitions were written by Dmitry Rogozhny <https://github.com/dmitryrogozhny>, Eelco Lempsink <https://github.com/eelco>, Yale Cason <https://github.com/ghotiphud>, Ryan Schwers <https://github.com/schwers>, Michael Wu <https://github.com/michael-yx-wu>.
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