Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

draft-js

Package Overview
Dependencies
Maintainers
5
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

draft-js - npm Package Compare versions

Comparing version 0.9.0 to 0.9.1

7

CHANGELOG.md

@@ -7,2 +7,9 @@ # Changelog

## 0.9.1 (September 16, 2016)
### Fixed
* Update Flow version
* Fix flow error in DraftEditorDragHandler
## 0.9.0 (September 13, 2016)

@@ -9,0 +16,0 @@

2

lib/DraftEditorDragHandler.js

@@ -34,3 +34,3 @@ /**

if (document.caretRangeFromPoint) {
if (typeof document.caretRangeFromPoint === 'function') {
var dropRange = document.caretRangeFromPoint(event.x, event.y);

@@ -37,0 +37,0 @@ node = dropRange.startContainer;

{
"name": "draft-js",
"description": "A React framework for building text editors.",
"version": "0.9.0",
"version": "0.9.1",
"keywords": [

@@ -54,3 +54,3 @@ "draftjs",

"fbjs-scripts": "^0.7.0",
"flow-bin": "^0.28.0",
"flow-bin": "^0.32.0",
"gulp": "^3.9.0",

@@ -57,0 +57,0 @@ "gulp-babel": "^6.1.2",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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