Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-buttons

Package Overview
Dependencies
2
Maintainers
3
Versions
171
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 25.2.3 to 25.2.4

6

CHANGELOG.md

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

### Checkbox
#### Bug Fixes
- The issue with "Script error thrown in CheckBox `unWireEvents` method" has been resolved.
## 25.1.39 (2024-04-09)

@@ -7,0 +13,0 @@

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 25.2.3
* version : 25.2.4
* 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@25.1.39",
"_id": "@syncfusion/ej2-buttons@25.2.3",
"_inBundle": false,
"_integrity": "sha512-6qOrL4WUglvd2Q9pmuH3k72FE6g634EXOfc54PQ/dWKlP8SULqS2gfpJhAFuo3bh2AdrcveuB3wmBlzLXDpK/A==",
"_integrity": "sha512-Ny/Tp14HREev6WcBdmpVBTMn+JNDCHDD9g2XFQmZSd8HrX0L4ntmsB1ficju6Q360QATvOCWB+P8AOKXmBNLSw==",
"_location": "/@syncfusion/ej2-buttons",

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

],
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-buttons/-/ej2-buttons-25.1.39.tgz",
"_shasum": "764c80c570d6089e03f8a1d3d44106849356d28f",
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-buttons/-/ej2-buttons-25.2.3.tgz",
"_shasum": "cd452a15bb46ce8f23732415bfa1b840bb5e7688",
"_spec": "@syncfusion/ej2-buttons@*",

@@ -106,4 +106,4 @@ "_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included",

"typings": "index.d.ts",
"version": "25.2.3",
"version": "25.2.4",
"sideEffects": false
}

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

var label = wrapper.getElementsByTagName('label')[0];
EventHandler.remove(label, 'mousedown', this.labelMouseDownHandler);
EventHandler.remove(label, 'mouseup', this.labelMouseUpHandler);
EventHandler.remove(label, 'mouseleave', this.labelMouseLeaveHandler);
if (label) {
EventHandler.remove(label, 'mousedown', this.labelMouseDownHandler);
EventHandler.remove(label, 'mouseup', this.labelMouseUpHandler);
EventHandler.remove(label, 'mouseleave', this.labelMouseLeaveHandler);
}
var formElem = closest(this.element, 'form');

@@ -502,0 +504,0 @@ if (formElem) {

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc