Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-react-buttons

Package Overview
Dependencies
Maintainers
3
Versions
179
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 23.1.43 to 23.2.4

2

CHANGELOG.md

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

## 23.1.43 (2023-10-31)
### RadioButton

@@ -7,0 +9,0 @@

2

dist/ej2-react-buttons.min.js
/*!
* filename: ej2-react-buttons.min.js
* version : 23.1.43
* version : 23.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.

/*!
* filename: ej2-react-buttons.umd.min.js
* version : 23.1.43
* version : 23.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-react-buttons@*",
"_id": "@syncfusion/ej2-react-buttons@23.1.42",
"_id": "@syncfusion/ej2-react-buttons@23.1.43",
"_inBundle": false,
"_integrity": "sha512-SpHA1ptICNYCiJnIxKatvYwQPuGBpv52KjSJcD09Yx+rOzIb/XJCXYOSl3QoEaNya2EX5FI2zJm6fo8hXDIrZg==",
"_integrity": "sha512-gxLlsaxtTYQz60s8dUsNmvoynUwxAVkmAionMYIjy2Cq8S0/FAyOVwUYSfGxxzZsP5pvOaIfIl3Hj2IRGzdUOQ==",
"_location": "/@syncfusion/ej2-react-buttons",

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

],
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-buttons/-/ej2-react-buttons-23.1.42.tgz",
"_shasum": "86932a9aab1f05d16439b443b4445d6625201608",
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-buttons/-/ej2-react-buttons-23.1.43.tgz",
"_shasum": "eabb2385c2403b946387779ab6e3fc0d4abcd735",
"_spec": "@syncfusion/ej2-react-buttons@*",

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

"dependencies": {
"@syncfusion/ej2-base": "~23.1.41",
"@syncfusion/ej2-buttons": "23.1.43",
"@syncfusion/ej2-react-base": "~23.1.43"
"@syncfusion/ej2-base": "~23.2.4",
"@syncfusion/ej2-buttons": "23.2.4",
"@syncfusion/ej2-react-base": "~23.2.4"
},

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

},
"version": "23.1.43",
"version": "23.2.4",
"sideEffects": false
}

@@ -13,3 +13,3 @@ import * as React from 'react';

children?: React.ReactNode | React.ReactNode[];
}> & Readonly<ButtonModel & DefaultHtmlAttributes>;
}> & Readonly<ButtonModel | DefaultHtmlAttributes>;
setState: any;

@@ -24,3 +24,3 @@ private getDefaultAttributes;

children?: React.ReactNode | React.ReactNode[];
}> & Readonly<ButtonModel & DefaultHtmlAttributes>;
}> & Readonly<ButtonModel | DefaultHtmlAttributes>;
forceUpdate: (callBack?: () => any) => void;

@@ -27,0 +27,0 @@ context: Object;

@@ -13,3 +13,3 @@ import * as React from 'react';

children?: React.ReactNode | React.ReactNode[];
}> & Readonly<CheckBoxModel & DefaultHtmlAttributes>;
}> & Readonly<CheckBoxModel | DefaultHtmlAttributes>;
setState: any;

@@ -24,3 +24,3 @@ private getDefaultAttributes;

children?: React.ReactNode | React.ReactNode[];
}> & Readonly<CheckBoxModel & DefaultHtmlAttributes>;
}> & Readonly<CheckBoxModel | DefaultHtmlAttributes>;
forceUpdate: (callBack?: () => any) => void;

@@ -27,0 +27,0 @@ context: Object;

@@ -13,3 +13,3 @@ import * as React from 'react';

children?: React.ReactNode | React.ReactNode[];
}> & Readonly<ChipListModel & DefaultHtmlAttributes>;
}> & Readonly<ChipListModel | DefaultHtmlAttributes>;
setState: any;

@@ -27,3 +27,3 @@ private getDefaultAttributes;

children?: React.ReactNode | React.ReactNode[];
}> & Readonly<ChipListModel & DefaultHtmlAttributes>;
}> & Readonly<ChipListModel | DefaultHtmlAttributes>;
forceUpdate: (callBack?: () => any) => void;

@@ -30,0 +30,0 @@ context: Object;

@@ -13,3 +13,3 @@ import * as React from 'react';

children?: React.ReactNode | React.ReactNode[];
}> & Readonly<FabModel & DefaultHtmlAttributes>;
}> & Readonly<FabModel | DefaultHtmlAttributes>;
setState: any;

@@ -24,3 +24,3 @@ private getDefaultAttributes;

children?: React.ReactNode | React.ReactNode[];
}> & Readonly<FabModel & DefaultHtmlAttributes>;
}> & Readonly<FabModel | DefaultHtmlAttributes>;
forceUpdate: (callBack?: () => any) => void;

@@ -27,0 +27,0 @@ context: Object;

@@ -13,3 +13,3 @@ import * as React from 'react';

children?: React.ReactNode | React.ReactNode[];
}> & Readonly<RadioButtonModel & DefaultHtmlAttributes>;
}> & Readonly<RadioButtonModel | DefaultHtmlAttributes>;
setState: any;

@@ -24,3 +24,3 @@ private getDefaultAttributes;

children?: React.ReactNode | React.ReactNode[];
}> & Readonly<RadioButtonModel & DefaultHtmlAttributes>;
}> & Readonly<RadioButtonModel | DefaultHtmlAttributes>;
forceUpdate: (callBack?: () => any) => void;

@@ -27,0 +27,0 @@ context: Object;

@@ -17,3 +17,3 @@ import * as React from 'react';

children?: React.ReactNode | React.ReactNode[];
}> & Readonly<SpeedDialModel & DefaultHtmlAttributes | SpeedDialTypecast>;
}> & Readonly<SpeedDialModel | DefaultHtmlAttributes | SpeedDialTypecast>;
setState: any;

@@ -31,3 +31,3 @@ private getDefaultAttributes;

children?: React.ReactNode | React.ReactNode[];
}> & Readonly<SpeedDialModel & DefaultHtmlAttributes | SpeedDialTypecast>;
}> & Readonly<SpeedDialModel | DefaultHtmlAttributes | SpeedDialTypecast>;
forceUpdate: (callBack?: () => any) => void;

@@ -34,0 +34,0 @@ context: Object;

@@ -13,3 +13,3 @@ import * as React from 'react';

children?: React.ReactNode | React.ReactNode[];
}> & Readonly<SwitchModel & DefaultHtmlAttributes>;
}> & Readonly<SwitchModel | DefaultHtmlAttributes>;
setState: any;

@@ -24,3 +24,3 @@ private getDefaultAttributes;

children?: React.ReactNode | React.ReactNode[];
}> & Readonly<SwitchModel & DefaultHtmlAttributes>;
}> & Readonly<SwitchModel | DefaultHtmlAttributes>;
forceUpdate: (callBack?: () => any) => void;

@@ -27,0 +27,0 @@ context: Object;

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