Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-react-richtexteditor

Package Overview
Dependencies
Maintainers
3
Versions
258
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-react-richtexteditor - npm Package Compare versions

Comparing version 17.1.43 to 17.1.47

8

CHANGELOG.md

@@ -5,2 +5,10 @@ # Changelog

## 17.1.43 (2019-04-30)
### RichTextEditor
#### Bug Fixes
- #234280 - RichTextEditor's toolbar is broken when using ES2015 target that issue has been resolved.
## 17.1.42 (2019-04-23)

@@ -7,0 +15,0 @@

4

dist/ej2-react-richtexteditor.umd.min.js
/*!
* filename: ej2-react-richtexteditor.umd.min.js
* version : 17.1.43
* version : 17.1.47
* Copyright Syncfusion Inc. 2001 - 2019. All rights reserved.

@@ -10,3 +10,3 @@ * Use of this code is subject to the terms of our license.

*/
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("react"),require("@syncfusion/ej2-richtexteditor"),require("@syncfusion/ej2-react-base")):"function"==typeof define&&define.amd?define(["exports","react","@syncfusion/ej2-richtexteditor","@syncfusion/ej2-react-base"],t):t(e.ej={},e.React,e.ej2Richtexteditor,e.ej2ReactBase)}(this,function(e,t,n,r){"use strict";var i=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),o=function(e){function n(t){var n=e.call(this,t)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!0,n}return i(n,e),n.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing))return t.createElement("div",this.getDefaultAttributes(),this.props.children);e.prototype.render.call(this),this.initRenderCalled=!0},n}(n.RichTextEditor);r.applyMixins(o,[r.ComponentBase,t.PureComponent]),e.Inject=r.Inject,e.RichTextEditorComponent=o,Object.keys(n).forEach(function(t){e[t]=n[t]}),Object.defineProperty(e,"__esModule",{value:!0})});
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("react"),require("@syncfusion/ej2-richtexteditor"),require("@syncfusion/ej2-react-base")):"function"==typeof define&&define.amd?define(["exports","react","@syncfusion/ej2-richtexteditor","@syncfusion/ej2-react-base"],t):t(e.ej={},e.React,e.ej2Richtexteditor,e.ej2ReactBase)}(this,function(e,t,n,r){"use strict";var i=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),o=function(e){function n(t){var n=e.call(this,t)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!0,n.immediateRender=!1,n}return i(n,e),n.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing))return t.createElement("div",this.getDefaultAttributes(),this.props.children);e.prototype.render.call(this),this.initRenderCalled=!0},n}(n.RichTextEditor);r.applyMixins(o,[r.ComponentBase,t.PureComponent]),e.Inject=r.Inject,e.RichTextEditorComponent=o,Object.keys(n).forEach(function(t){e[t]=n[t]}),Object.defineProperty(e,"__esModule",{value:!0})});
//# sourceMappingURL=ej2-react-richtexteditor.umd.min.js.map

@@ -16,2 +16,3 @@ import { PureComponent, createElement } from 'react';

this.checkInjectedModules = true;
this.immediateRender = false;
}

@@ -18,0 +19,0 @@ render() {

{
"name": "@syncfusion/ej2-react-richtexteditor",
"version": "17.1.43",
"version": "17.1.47",
"description": "Essential JS 2 RichTextEditor component for React",

@@ -30,5 +30,5 @@ "author": "Syncfusion Inc.",

"dependencies": {
"@syncfusion/ej2-base": "~17.1.43",
"@syncfusion/ej2-react-base": "~17.1.42",
"@syncfusion/ej2-richtexteditor": "17.1.43"
"@syncfusion/ej2-base": "~17.1.47",
"@syncfusion/ej2-react-base": "~17.1.47",
"@syncfusion/ej2-richtexteditor": "17.1.47"
},

@@ -35,0 +35,0 @@ "devDependencies": {},

@@ -21,2 +21,3 @@ import * as React from 'react';

private checkInjectedModules;
private immediateRender;
props: Readonly<{

@@ -23,0 +24,0 @@ children?: React.ReactNode | React.ReactNode[];

@@ -29,2 +29,3 @@ var __extends = (this && this.__extends) || (function () {

_this.checkInjectedModules = true;
_this.immediateRender = false;
return _this;

@@ -31,0 +32,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc