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.12 to 1.0.13

8

lib/ckeditor.js

@@ -45,4 +45,4 @@ 'use strict';

CKEditor.prototype.handleChange = function handleChange(value) {
this.state.onChange(value);
CKEditor.prototype.handleChange = function handleChange() {
this.state.onChange(this.state.value);
};

@@ -60,3 +60,4 @@

this.instance.on('change', function () {
_this2.handleChange(_this2.instance.getData());
_this2.state.value = _this2.instance.getData();
_this2.handleChange();
});

@@ -70,2 +71,3 @@ };

CKEditor.prototype.componentWillReceiveProps = function componentWillReceiveProps(props) {
console.log(props);
this.state = {

@@ -72,0 +74,0 @@ value: this.props.value,

{
"name": "react-ckeditor-wrapper",
"version": "1.0.12",
"version": "1.0.13",
"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