Socket
Socket
Sign inDemoInstall

react-ckeditor-wrapper

Package Overview
Dependencies
24
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.20 to 1.0.21

2

lib/ckeditor.js

@@ -78,3 +78,3 @@ "use strict";

if (this.state.config !== props.config) {
if (props.config && this.state.config !== props.config) {
if ("readOnly" in props.config) this.instance.setReadOnly(props.config.readOnly);

@@ -81,0 +81,0 @@ }

{
"name": "react-ckeditor-wrapper",
"version": "1.0.20",
"version": "1.0.21",
"description": "CKEditor wrapper for react",

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

@@ -110,4 +110,13 @@ # react-ckeditor-wrapper

## Deploy to npm
Because I am sure I will forget
```
npm run pub
```
## License
react-ckeditor-wrapper is released under the MIT license.
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