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

rc-editor-mention

Package Overview
Dependencies
Maintainers
3
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-editor-mention - npm Package Compare versions

Comparing version 1.1.6 to 1.1.7

5

es/component/Mention.react.js

@@ -114,2 +114,3 @@ import _extends from 'babel-runtime/helpers/extends';

multiLines = _props.multiLines,
editorKey = _props.editorKey,
suggestionStyle = _props.suggestionStyle,

@@ -144,2 +145,3 @@ placeholder = _props.placeholder,

multiLines: multiLines,
editorKey: editorKey,
plugins: this.plugins,

@@ -199,3 +201,4 @@ defaultValue: defaultValueState,

mentionStyle: PropTypes.object,
placement: PropTypes.string
placement: PropTypes.string,
editorKey: PropTypes.string
};

@@ -202,0 +205,0 @@ Mention.controlledMode = false;

@@ -147,2 +147,3 @@ 'use strict';

multiLines = _props.multiLines,
editorKey = _props.editorKey,
suggestionStyle = _props.suggestionStyle,

@@ -177,2 +178,3 @@ placeholder = _props.placeholder,

multiLines: multiLines,
editorKey: editorKey,
plugins: this.plugins,

@@ -232,3 +234,4 @@ defaultValue: defaultValueState,

mentionStyle: _propTypes2['default'].object,
placement: _propTypes2['default'].string
placement: _propTypes2['default'].string,
editorKey: _propTypes2['default'].string
};

@@ -235,0 +238,0 @@ Mention.controlledMode = false;

2

package.json
{
"name": "rc-editor-mention",
"version": "1.1.6",
"version": "1.1.7",
"description": "mention ui component for react",

@@ -5,0 +5,0 @@ "keywords": [

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