Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-react-base

Package Overview
Dependencies
Maintainers
3
Versions
164
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 19.2.49 to 19.2.50

4

dist/es6/ej2-react-base.es2015.js

@@ -39,4 +39,4 @@ import { Children, Component, PureComponent, createElement } from 'react';

}
componentDidUpdate(prev, state, snapshot) {
if (!this.isshouldComponentUpdateCalled && this.initRenderCalled) {
componentDidUpdate() {
if (!this.isshouldComponentUpdateCalled && this.initRenderCalled && !this.isReactForeceUpdate) {
this.isshouldComponentUpdateCalled = true;

@@ -43,0 +43,0 @@ this.refreshProperties(this.props, true);

@@ -54,4 +54,4 @@ import { Children, Component, PureComponent, createElement } from 'react';

};
ComponentBase.prototype.componentDidUpdate = function (prev, state, snapshot) {
if (!this.isshouldComponentUpdateCalled && this.initRenderCalled) {
ComponentBase.prototype.componentDidUpdate = function () {
if (!this.isshouldComponentUpdateCalled && this.initRenderCalled && !this.isReactForeceUpdate) {
this.isshouldComponentUpdateCalled = true;

@@ -58,0 +58,0 @@ this.refreshProperties(this.props, true);

{
"_from": "@syncfusion/ej2-react-base@*",
"_id": "@syncfusion/ej2-react-base@19.2.48",
"_id": "@syncfusion/ej2-react-base@19.2.50",
"_inBundle": false,

@@ -79,4 +79,4 @@ "_integrity": "sha512-FRRiC+d/JdN8HpV1tdq6+f1ucInUNlaxlXq/5V70N84Xh8pSd+XsQn0VW37NRT8/vedgLkp55f/9FsRj8PxCew==",

"typings": "index.d.ts",
"version": "19.2.49",
"version": "19.2.50",
"sideEffects": true
}

@@ -53,6 +53,6 @@ var __extends = (this && this.__extends) || (function () {

};
ComponentBase.prototype.componentDidUpdate = function (prev, state, snapshot) {
if (!this.isshouldComponentUpdateCalled && this.initRenderCalled) {
ComponentBase.prototype.componentDidUpdate = function () {
if (!this.isshouldComponentUpdateCalled && this.initRenderCalled && !this.isReactForeceUpdate) {
this.isshouldComponentUpdateCalled = true;
this.refreshProperties(this.props, true);
this.refreshProperties(this.props);
}

@@ -59,0 +59,0 @@ };

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