Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@syncfusion/ej2-lists

Package Overview
Dependencies
Maintainers
3
Versions
174
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-lists - npm Package Compare versions

Comparing version 17.1.38 to 17.1.40

6

CHANGELOG.md

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

### ListBase
#### Bug Fixes
- Issue with single level element generation with fields mapping has been fixed.
## 17.1.32-beta (2019-03-13)

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

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 17.1.38
* version : 17.1.40
* Copyright Syncfusion Inc. 2001 - 2019. All rights reserved.

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

{
"name": "@syncfusion/ej2-lists",
"version": "17.1.38",
"version": "17.1.40",
"description": "The listview control allows you to select an item or multiple items from a list-like interface and represents the data in interactive hierarchical structure across different layouts or views.",

@@ -13,3 +13,3 @@ "author": "Syncfusion Inc.",

"@syncfusion/ej2-data": "~17.1.38",
"@syncfusion/ej2-buttons": "~17.1.38"
"@syncfusion/ej2-buttons": "~17.1.40"
},

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

@@ -188,3 +188,3 @@ import { extend, merge, isNullOrUndefined, getValue } from '@syncfusion/ej2-base';

if (fieldData.hasOwnProperty(fields.id) && !isNullOrUndefined(fieldData[fields.id])) {
id = fieldData.id;
id = fieldData[fields.id];
}

@@ -191,0 +191,0 @@ var innerEle = [];

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc