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.26 to 0.10.27

2

draft-js/index.d.ts

@@ -12,2 +12,3 @@ // Type definitions for Draft.js v0.10.5

// Pablo Varela <https://github.com/pablopunk>
// Claudio Procida <https://github.com/claudiopro>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -758,2 +759,3 @@ // TypeScript Version: 2.8

getEntity(key: string): EntityInstance;
getEntityMap(): any;
getLastCreatedEntityKey(): string;

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

15

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

@@ -51,6 +51,11 @@ "license": "MIT",

"githubUsername": "pablopunk"
},
{
"name": "Claudio Procida",
"url": "https://github.com/claudiopro",
"githubUsername": "claudiopro"
}
],
"main": "",
"types": "",
"types": "index",
"repository": {

@@ -62,7 +67,7 @@ "type": "git",

"dependencies": {
"immutable": "^3.8.1",
"@types/react": "*"
"@types/react": "*",
"immutable": "^3.8.1"
},
"typesPublisherContentHash": "fc555ba7ce8ff68e1dd55e54599045c9ee82ba77e4250168019a7615457a14f6",
"typesPublisherContentHash": "fdb0664d8cef6ed772cf211a556215adacf8473b4e8b0a9cddf5f7b6697a6c97",
"typeScriptVersion": "2.8"
}

@@ -11,7 +11,7 @@ # Installation

Additional Details
* Last updated: Thu, 25 Oct 2018 20:51:21 GMT
* Dependencies: react, immutable
* Last updated: Mon, 31 Dec 2018 22:46:38 GMT
* Dependencies: @types/react, @types/immutable
* 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>.
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>.
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