New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

draft-js-plugins-utils

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

draft-js-plugins-utils - npm Package Compare versions

Comparing version

to
2.0.3

.babelrc

3

CHANGELOG.md

@@ -6,3 +6,6 @@ # Change Log

### 2.0.3
- added collapseToEnd method
### 2.0.2
- released draft-js-plugins-utils

@@ -20,2 +20,12 @@ 'use strict';

},
collapseToEnd: function collapseToEnd(editorState) {
var selection = editorState.getSelection();
return _draftJs.EditorState.forceSelection(editorState, selection.merge({
anchorKey: selection.getEndKey(),
focusKey: selection.getEndKey(),
anchorOffset: selection.getEndOffset(),
focusOffset: selection.getEndOffset()
}));
},
getCurrentEntityKey: function getCurrentEntityKey(editorState) {

@@ -22,0 +32,0 @@ var selection = editorState.getSelection();

2

package.json
{
"name": "draft-js-plugins-utils",
"version": "2.0.2",
"version": "2.0.3",
"description": "Plugin utilities for draft js",

@@ -5,0 +5,0 @@ "author": {

Sorry, the diff of this file is not supported yet