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

rc-editor-mention

Package Overview
Dependencies
Maintainers
1
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 0.6.3 to 0.6.4

2

lib/component/Mention.react.js

@@ -152,3 +152,3 @@ 'use strict';

var editorProps = this.controlledMode ? { value: this.state.value } : {};
var defaultValueState = typeof defaultValue === 'string' ? (0, _rcEditorCore.toEditorState)(defaultValue) : defaultValue;
var defaultValueState = typeof defaultValue === 'string' ? _draftJs.ContentState.createFromText(defaultValue) : defaultValue;
return _react2["default"].createElement(

@@ -155,0 +155,0 @@ 'div',

{
"name": "rc-editor-mention",
"version": "0.6.3",
"version": "0.6.4",
"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