Socket
Socket
Sign inDemoInstall

aor-rich-text-input

Package Overview
Dependencies
50
Maintainers
5
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

6

lib/index.js

@@ -83,3 +83,7 @@ 'use strict';

value: function render() {
return _react2.default.createElement('div', { ref: this.updateDivRef });
return _react2.default.createElement(
'div',
{ className: 'aor-rich-text-input' },
_react2.default.createElement('div', { ref: this.updateDivRef })
);
}

@@ -86,0 +90,0 @@ }]);

4

package.json
{
"name": "aor-rich-text-input",
"version": "1.0.1",
"version": "1.0.2",
"description": "<RichTextInput> component for admin-on-rest, useful for editing HTML code in admin GUIs.",

@@ -46,4 +46,4 @@ "main": "lib/index.js",

"quill": "~1.1.9",
"react": "~15.4.0"
"react": "~15.5.4"
}
}

@@ -42,3 +42,5 @@ import debounce from 'lodash.debounce';

render() {
return <div ref={this.updateDivRef} />;
return <div className='aor-rich-text-input'>
<div ref={this.updateDivRef} />
</div>
}

@@ -45,0 +47,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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