New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@syncfusion/ej2-react-popups

Package Overview
Dependencies
Maintainers
2
Versions
226
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 15.4.17 to 15.4.20

2

dist/ej2-react-popups.umd.min.js
/*!
* filename: ej2-react-popups.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 DialogComponent = (function (_super) {
/**
* Represents the React Dialog Component
* ```html
* <Dialog></Dialog>
* ```
*/
var DialogComponent = /** @class */ (function (_super) {
__extends(DialogComponent, _super);

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

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

import { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';
var PopupComponent = (function (_super) {
var PopupComponent = /** @class */ (function (_super) {
__extends(PopupComponent, _super);

@@ -17,0 +17,0 @@ function PopupComponent(props) {

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

import { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';
var TooltipComponent = (function (_super) {
/**
* Represents the React Tooltip component that displays a piece of information about the target element on mouse hover.
* ```html
* <Tooltip content='Tooltip content'>Show Tooltip</Tooltip>
* ```
*/
var TooltipComponent = /** @class */ (function (_super) {
__extends(TooltipComponent, _super);

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

{
"name": "@syncfusion/ej2-react-popups",
"version": "15.4.17",
"version": "15.4.20",
"description": "Essential JS 2 popup Component 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-popups": "^15.4.17"
"@syncfusion/ej2-base": "^15.4.20",
"@syncfusion/ej2-react-base": "^15.4.20",
"@syncfusion/ej2-popups": "^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