Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-base

Package Overview
Dependencies
Maintainers
3
Versions
205
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-base - npm Package Compare versions

Comparing version 23.1.42 to 23.1.43

2

package.json

@@ -172,4 +172,4 @@ {

"typings": "index.d.ts",
"version": "23.1.42",
"version": "23.1.43",
"sideEffects": true
}

@@ -176,3 +176,3 @@ import { isNullOrUndefined, getValue, extend, isBlazor } from './util';

for (var i = 0; i < eventsArr.length; i++) {
var curContext = eventsArr[0].context;
var curContext = eventsArr["" + i].context;
if (curContext && curContext.detectFunction && curContext.randomId && !curContext.isRendered) {

@@ -179,0 +179,0 @@ this.off('notifyExternalChange', curContext.detectFunction, curContext.randomId);

@@ -137,2 +137,3 @@ /**

this.removeElement();
this.wrapElement = null;
return tempEleValue.replace(/&amp;/g, '&');

@@ -139,0 +140,0 @@ };

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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