Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-buttons

Package Overview
Dependencies
Maintainers
3
Versions
182
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-buttons - npm Package Compare versions

Comparing version 23.1.39 to 23.1.41

8

CHANGELOG.md

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

- `#I509029` - The issue with "`HtmlAttributes` property not working properly in checkBox component" has been resolved.
## 23.1.39 (2023-10-04)
### Checkbox
#### Bug Fixes
- `#I505814` - The issue with "Script error thrown in CheckBox While using the change event in React" has been resolved.

@@ -11,0 +19,0 @@

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 23.1.39
* version : 23.1.41
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.

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

{
"_from": "@syncfusion/ej2-buttons@*",
"_id": "@syncfusion/ej2-buttons@23.1.36",
"_id": "@syncfusion/ej2-buttons@23.1.39",
"_inBundle": false,
"_integrity": "sha512-jHITeqLp9bu7RsoNYxyhDWNkrcKXhR6dH2kNn5999C2ueUyEvDTJCxsZvIcDbTsz+1P7G8cUSv2R0nIBdwYYRw==",
"_integrity": "sha512-uaKeb88rtQamFWpm5u+xnRIOhgFpTFiQ8b+yYOm63Yd6Fo1HGdGsn6V6FINhdpdUgSaS8SWMwLJcb00ydNZQXw==",
"_location": "/@syncfusion/ej2-buttons",

@@ -47,4 +47,4 @@ "_phantomChildren": {},

],
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-buttons/-/ej2-buttons-23.1.36.tgz",
"_shasum": "4ef765ae304d62f30621cf7fb8bb15ef27dcb064",
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-buttons/-/ej2-buttons-23.1.39.tgz",
"_shasum": "3fb330c83cd59e6bca2d4a9915e5b91b360ed9c1",
"_spec": "@syncfusion/ej2-buttons@*",

@@ -60,3 +60,3 @@ "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",

"dependencies": {
"@syncfusion/ej2-base": "~23.1.38"
"@syncfusion/ej2-base": "~23.1.41"
},

@@ -107,4 +107,4 @@ "deprecated": false,

"typings": "index.d.ts",
"version": "23.1.39",
"version": "23.1.41",
"sideEffects": false
}

@@ -528,4 +528,4 @@ var __extends = (this && this.__extends) || (function () {

var key = _a[_i];
var wrapper = this.getWrapper();
if (containerAttr.indexOf(key) > -1) {
var wrapper = this.getWrapper();
if (key === 'class') {

@@ -551,2 +551,5 @@ addClass([wrapper], this.htmlAttributes["" + key].split(' '));

}
else {
wrapper.setAttribute(key, this.htmlAttributes["" + key]);
}
}

@@ -553,0 +556,0 @@ }

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

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