Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-inputs

Package Overview
Dependencies
Maintainers
2
Versions
247
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-inputs - npm Package Compare versions

Comparing version 16.1.45 to 16.1.48

8

CHANGELOG.md

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

- Typing issues resolved in `Focus` and `Blur` event arguments.
## 16.1.45 (2018-05-23)
### Input
#### Bug Fixes
- Added `Focus` and `Blur` event arguments.

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

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 16.1.45
* version : 16.1.48
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved.

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

{
"name": "@syncfusion/ej2-inputs",
"version": "16.1.45",
"version": "16.1.48",
"description": "Essential JS 2 Input Components",

@@ -12,4 +12,4 @@ "author": "Syncfusion Inc.",

"@syncfusion/ej2-base": "~16.1.38",
"@syncfusion/ej2-buttons": "~16.1.37",
"@syncfusion/ej2-popups": "~16.1.42"
"@syncfusion/ej2-buttons": "~16.1.48",
"@syncfusion/ej2-popups": "~16.1.47"
},

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

@@ -221,3 +221,3 @@ /**

export interface FocusEventArgs {
model?: object;
model?: Object;
}

@@ -228,3 +228,3 @@ /**

export interface BlurEventArgs {
model?: object;
model?: Object;
}

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc