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.22 to 0.10.23

3

draft-js/index.d.ts

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

import DraftEntityType = Draft.Model.Constants.DraftEntityType;
import DraftEntityInstance = Draft.Model.Entity.DraftEntityInstance;

@@ -758,2 +759,4 @@ import DraftDecoratorType = Draft.Model.Decorators.DraftDecoratorType;

mergeEntityData(key: string, toMerge: { [key: string]: any }): ContentState;
replaceEntityData(key: string, toMerge: { [key: string]: any }): ContentState;
addEntity(instance: DraftEntityInstance): ContentState;

@@ -760,0 +763,0 @@

6

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

@@ -51,3 +51,3 @@ "license": "MIT",

"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git.git"
},

@@ -59,4 +59,4 @@ "scripts": {},

},
"typesPublisherContentHash": "04bd56b9d8c71ddcd7f20640e6cce421a8647c534d76bdeafc21bee8ef09e863",
"typesPublisherContentHash": "72b97b9df961f76d21e6ad41476a6c3d3a25796a1e1a850ac9884c8e9780d0ad",
"typeScriptVersion": "2.6"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/draft-js
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped.git/tree/master/types/draft-js
Additional Details
* Last updated: Tue, 27 Mar 2018 18:51:52 GMT
* Last updated: Fri, 04 May 2018 23:55:55 GMT
* Dependencies: react, immutable

@@ -14,0 +14,0 @@ * Global values: Draft

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