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.11.2 to 0.11.3

2

draft-js/index.d.ts

@@ -17,2 +17,3 @@ // Type definitions for Draft.js v0.11.1

// Peter Dekkers <https://github.com/PeterDekkers>
// Ankit Ranjan <https://github.com/ankitr>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -846,2 +847,3 @@ // TypeScript Version: 2.9

getEntityMap(): any;
getAllEntities(): Immutable.OrderedMap<string, DraftEntityInstance>;
getLastCreatedEntityKey(): string;

@@ -848,0 +850,0 @@ mergeEntityData(key: string, toMerge: { [key: string]: any }): ContentState;

9

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

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

"githubUsername": "PeterDekkers"
},
{
"name": "Ankit Ranjan",
"url": "https://github.com/ankitr",
"githubUsername": "ankitr"
}

@@ -91,4 +96,4 @@ ],

},
"typesPublisherContentHash": "61bf1f1a3ab317dcbeb4d95b7626e6cd6c20493a24bc8dba8d56c2dd90b0e3e7",
"typesPublisherContentHash": "2f8c0452ed4409a019a90c0d0aa8b8175e99d410c37fc2e53522b056107befba",
"typeScriptVersion": "3.5"
}

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

### Additional Details
* Last updated: Tue, 04 May 2021 19:01:28 GMT
* Last updated: Wed, 19 May 2021 23:31:21 GMT
* Dependencies: [@types/immutable](https://npmjs.com/package/@types/immutable), [@types/react](https://npmjs.com/package/@types/react)

@@ -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), [Ulf Schwekendiek](https://github.com/sulf), [Pablo Varela](https://github.com/pablopunk), [Claudio Procida](https://github.com/claudiopro), [Kevin Hawkinson](https://github.com/khawkinson), [Munif Tanjim](https://github.com/MunifTanjim), [Ben Salili-James](https://github.com/benhjames), and [Peter Dekkers](https://github.com/PeterDekkers).
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), [Pablo Varela](https://github.com/pablopunk), [Claudio Procida](https://github.com/claudiopro), [Kevin Hawkinson](https://github.com/khawkinson), [Munif Tanjim](https://github.com/MunifTanjim), [Ben Salili-James](https://github.com/benhjames), [Peter Dekkers](https://github.com/PeterDekkers), and [Ankit Ranjan](https://github.com/ankitr).
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