Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-base

Package Overview
Dependencies
Maintainers
2
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 16.1.26 to 16.1.27

16

package.json
{
"name": "@syncfusion/ej2-base",
"version": "16.1.26",
"version": "16.1.27",
"description": "Essential JS 2 Base Library",

@@ -28,3 +28,15 @@ "author": "Syncfusion Inc.",

"@types/requirejs": "^2.1.26"
},
"scripts": {
"test": "gulp ci-test",
"compile": "gulp ci-compile",
"ci-publish": "gulp ci-publish"
},
"config": {
"ghooks": {
"pre-commit": "gulp pre-commit",
"pre-push": "gulp pre-push",
"commit-msg": "gulp commit-msg"
}
}
}
}

6

ReadMe.md
A common package of Essential JS 2 base libraries, methods and class definitions. It comes with the full documentation and support and is available under commercial and community licenses – please visit www.syncfusion.com to get started.
## Resources
[Demos](http://ej2.syncfusion.com/demos/)
## Changelog
Check the changelog [here](https://github.com/syncfusion/ej2-base/blob/master/CHANGELOG.md)
[Demos](http://ej2.syncfusion.com/demos/)

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

}
if (this.enablePersistence) {
this.setPersistData();
}
this.localObserver.destroy();

@@ -67,5 +70,2 @@ if (this.refreshing) {

internationalization_1.onIntlChange.off('notifyExternalChange', this.detectFunction);
if (this.enablePersistence) {
this.setPersistData();
}
};

@@ -211,3 +211,5 @@ /**

Component.prototype.setPersistData = function () {
window.localStorage.setItem(this.getModuleName() + this.element.id, this.getPersistData());
if (!this.isDestroyed) {
window.localStorage.setItem(this.getModuleName() + this.element.id, this.getPersistData());
}
};

@@ -214,0 +216,0 @@ Component.prototype.clearTemplate = function (templateName) {

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

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