Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-react-buttons

Package Overview
Dependencies
Maintainers
2
Versions
178
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 15.4.17 to 15.4.20

2

dist/ej2-react-buttons.umd.min.js
/*!
* filename: ej2-react-buttons.umd.min.js
* version : 15.4.17
* version : 15.4.20
* Copyright Syncfusion Inc. 2001 - 2017. All rights reserved.

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

@@ -14,3 +14,9 @@ var __extends = (this && this.__extends) || (function () {

import { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';
var ButtonComponent = (function (_super) {
/**
* `ButtonComponent` represents the react Button Component.
* ```ts
* <ButtonComponent></ButtonComponent>
* ```
*/
var ButtonComponent = /** @class */ (function (_super) {
__extends(ButtonComponent, _super);

@@ -17,0 +23,0 @@ function ButtonComponent(props) {

@@ -14,3 +14,9 @@ var __extends = (this && this.__extends) || (function () {

import { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';
var CheckBoxComponent = (function (_super) {
/**
* Represents the react CheckBox Component.
* ```ts
* <CheckBoxComponent label='Default'></CheckBoxComponent>
* ```
*/
var CheckBoxComponent = /** @class */ (function (_super) {
__extends(CheckBoxComponent, _super);

@@ -17,0 +23,0 @@ function CheckBoxComponent(props) {

@@ -14,3 +14,9 @@ var __extends = (this && this.__extends) || (function () {

import { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';
var RadioButtonComponent = (function (_super) {
/**
* Represents the react RadioButton Component.
* ```ts
* <RadioButtonComponent label='Default'></RadioButtonComponent>
* ```
*/
var RadioButtonComponent = /** @class */ (function (_super) {
__extends(RadioButtonComponent, _super);

@@ -17,0 +23,0 @@ function RadioButtonComponent(props) {

{
"name": "@syncfusion/ej2-react-buttons",
"version": "15.4.17",
"version": "15.4.20",
"description": "Essential JS 2 Button Components for React",

@@ -21,5 +21,5 @@ "author": "Syncfusion Inc.",

"source-map-loader": "^0.2.1",
"@syncfusion/ej2-base": "^15.4.17",
"@syncfusion/ej2-react-base": "^15.4.17",
"@syncfusion/ej2-buttons": "^15.4.17"
"@syncfusion/ej2-base": "^15.4.20",
"@syncfusion/ej2-react-base": "^15.4.20",
"@syncfusion/ej2-buttons": "^15.4.20"
},

@@ -26,0 +26,0 @@ "devDependencies": {

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