draft-js-drag-n-drop-plugin
Advanced tools
Comparing version 2.0.0-rc7 to 2.0.0-rc8
@@ -54,3 +54,4 @@ 'use strict'; | ||
text: text, | ||
characterList: (0, _immutable.List)((0, _immutable.Repeat)(charData, text.length || 1)) }), | ||
characterList: (0, _immutable.List)((0, _immutable.Repeat)(charData, text.length || 1)) // eslint-disable-line new-cap | ||
}), | ||
@@ -62,3 +63,4 @@ // new contentblock so we can continue wrting right away after inserting the block | ||
text: '', | ||
characterList: (0, _immutable.List)() })]; | ||
characterList: (0, _immutable.List)() // eslint-disable-line new-cap | ||
})]; | ||
@@ -65,0 +67,0 @@ // create fragment containing the two content blocks |
{ | ||
"name": "draft-js-drag-n-drop-plugin", | ||
"version": "2.0.0-rc7", | ||
"version": "2.0.0-rc8", | ||
"description": "Block Drag & Drop Plugin for DraftJS", | ||
@@ -40,5 +40,5 @@ "author": { | ||
"draft-js": "^0.10.1", | ||
"react": "^15.5.0", | ||
"react-dom": "^15.5.0" | ||
"react": "^15.5.0 || ^16.0.0-rc", | ||
"react-dom": "^15.5.0 || ^16.0.0-rc" | ||
} | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
15843
236
0