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.9.0 to 0.9.1

2

draft-js/index.d.ts

@@ -461,3 +461,3 @@ // Type definitions for Draft.js v0.9.0

function convertFromHTMLtoContentBlocks(html: string, DOMBuilder: Function, blockRenderMap?: DraftBlockRenderMap): Array<ContentBlock>;
function convertFromHTMLtoContentBlocks(html: string, DOMBuilder?: Function, blockRenderMap?: DraftBlockRenderMap): Array<ContentBlock>;
function convertFromRawToDraftState(rawState: RawDraftContentState): ContentState;

@@ -464,0 +464,0 @@ function convertFromDraftStateToRaw(contentState: ContentState): RawDraftContentState;

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

@@ -18,4 +18,4 @@ "license": "MIT",

"peerDependencies": {},
"typesPublisherContentHash": "d088ae175dc297be4bc5d8b029c47dd55f528a520b8f548a3d9f434164dd1265",
"typesPublisherContentHash": "bd06e2acd2dad0f1b6b317733c1ca2f4e9efbecee5aa48e73b79048abd8a0757",
"typeScriptVersion": "2.1"
}

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

Additional Details
* Last updated: Tue, 10 Jan 2017 19:37:48 GMT
* Last updated: Tue, 07 Feb 2017 21:18:09 GMT
* Dependencies: react, immutable

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

@@ -11,2 +11,3 @@ {

},
"pathMappings": {},
"libraryMajorVersion": 0,

@@ -27,5 +28,5 @@ "libraryMinorVersion": 9,

"hasPackageJson": true,
"contentHash": "d088ae175dc297be4bc5d8b029c47dd55f528a520b8f548a3d9f434164dd1265"
"contentHash": "bd06e2acd2dad0f1b6b317733c1ca2f4e9efbecee5aa48e73b79048abd8a0757"
},
"isLatest": true
}
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