Socket
Socket
Sign inDemoInstall

draft-js-mention-plugin

Package Overview
Dependencies
31
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.2 to 2.0.0-beta1

2

lib/utils/decodeOffsetKey.js

@@ -9,4 +9,2 @@ 'use strict';

// jscs:disable disallowArrayDestructuringReturn
var decodeOffsetKey = function decodeOffsetKey(offsetKey) {

@@ -13,0 +11,0 @@ var _offsetKey$split = offsetKey.split('-');

14

package.json
{
"name": "draft-js-mention-plugin",
"version": "1.1.2",
"version": "2.0.0-beta1",
"description": "Mention Plugin for DraftJS",

@@ -25,8 +25,2 @@ "author": {

],
"peerDependencies": {
"draft-js": ">=0.5.0",
"immutable": ">=3.7.6",
"react": ">=0.14.0 || 15.0.0-rc",
"react-dom": ">=0.14.0 || 15.0.0-rc"
},
"scripts": {

@@ -43,4 +37,8 @@ "clean": "../node_modules/.bin/rimraf lib",

"find-with-regex": "^1.0.2",
"union-class-names": "^1.0.0"
"union-class-names": "^1.0.0",
"draft-js": ">=0.7.0",
"immutable": ">=3.8.1",
"react": ">=15.1.0",
"react-dom": ">=15.1.0"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc