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.20 to 0.10.21

7

draft-js/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for Draft.js v0.10.4
// Type definitions for Draft.js v0.10.5
// Project: https://facebook.github.io/draft-js/

@@ -10,2 +10,3 @@ // Definitions by: Dmitry Rogozhny <https://github.com/dmitryrogozhny>

// Santiago Vilar <https://github.com/smvilar>
// Ulf Schwekendiek <https://github.com/sulf>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -402,3 +403,3 @@ // TypeScript Version: 2.6

*/
getDecorations(block: ContentBlock): Immutable.List<string>;
getDecorations(block: ContentBlock, contentState: ContentState): Immutable.List<string>;

@@ -461,3 +462,3 @@ /**

getDecorations(block: ContentBlock): Immutable.List<string>;
getDecorations(block: ContentBlock, contentState: ContentState): Immutable.List<string>;
getComponentForKey(key: string): Function;

@@ -464,0 +465,0 @@ getPropsForKey(key: string): Object;

{
"name": "@types/draft-js",
"version": "0.10.20",
"version": "0.10.21",
"description": "TypeScript definitions for Draft.js",

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

"githubUsername": "smvilar"
},
{
"name": "Ulf Schwekendiek",
"url": "https://github.com/sulf",
"githubUsername": "sulf"
}

@@ -54,4 +59,4 @@ ],

},
"typesPublisherContentHash": "20b120034b16e8e8e7e5311b24517592462b25b023da69f58b46253a3b7917dc",
"typesPublisherContentHash": "bd3c8310014bdafbba2c8a5b437199440e4671cf0e1e9a0b43a7d9edbde45c80",
"typeScriptVersion": "2.6"
}

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

Additional Details
* Last updated: Mon, 12 Feb 2018 15:19:26 GMT
* Last updated: Sat, 24 Mar 2018 21:31:01 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>, Michael Wu <https://github.com/michael-yx-wu>, Willis Plummer <https://github.com/willisplummer>, Santiago Vilar <https://github.com/smvilar>.
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>, Willis Plummer <https://github.com/willisplummer>, Santiago Vilar <https://github.com/smvilar>, Ulf Schwekendiek <https://github.com/sulf>.

Sorry, the diff of this file is not supported yet

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