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

react-ckeditor-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-ckeditor-wrapper - npm Package Compare versions

Comparing version 1.0.14 to 1.0.15

18

lib/ckeditor.js

@@ -38,5 +38,5 @@ 'use strict';

_this.state = {
value: _this.props.value,
config: _this.props.config || {},
onChange: _this.props.onChange
value: props.value,
config: props.config || {},
onChange: props.onChange
};

@@ -72,13 +72,13 @@ return _this;

this.setState({
value: this.props.value,
config: this.props.config || {},
onChange: this.props.onChange
value: props.value,
config: props.config || {},
onChange: props.onChange
});
console.log('setting value', this.props.value);
console.log('setting value', this.props.value);
console.log('setting value', props.value);
console.log('setting value', props.value);
if (!this.instance) {
return;
}
this.instance.setData(this.props.value);
this.instance.setData(props.value);
};

@@ -85,0 +85,0 @@

{
"name": "react-ckeditor-wrapper",
"version": "1.0.14",
"version": "1.0.15",
"description": "CKEditor wrapper 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