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

@syncfusion/ej2-filemanager

Package Overview
Dependencies
Maintainers
3
Versions
164
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-filemanager - npm Package Compare versions

Comparing version 20.1.47 to 20.1.52

6

CHANGELOG.md

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

### File Manager
#### Bug Fixes
- `#I371623` - The issue with "Unable to perform file operations on the filtered file items in File Manager" has been resolved.
## 19.2.56 (2021-08-17)

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

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 20.1.47
* version : 20.1.52
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.

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

{
"_from": "@syncfusion/ej2-filemanager@*",
"_id": "@syncfusion/ej2-filemanager@18.7.1",
"_id": "@syncfusion/ej2-filemanager@20.1.47",
"_inBundle": false,
"_integrity": "sha512-wsnuSB+MYYQpdZG6SYqwEVDP86hvjINtr1XTMQbNCrY/2PRou2aGeuSJvdgDF3BRVVjeWXIKk7AknNunebAbOQ==",
"_integrity": "sha512-X2ntzEAEsLkMwTr5MxCZGed0nFIN1Booq2Qmz6ABLlp0gQhLGO1v4ZQar0RiRjVHY0ViLasSRyCL7A3VOkvjkQ==",
"_location": "/@syncfusion/ej2-filemanager",

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

],
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-filemanager/-/ej2-filemanager-18.7.1.tgz",
"_shasum": "d5f8ab31e8b86e0c8fe7e8bbec9934c840b3d37c",
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-filemanager/-/ej2-filemanager-20.1.47.tgz",
"_shasum": "b533db437939ff1a76e373430a820cff89b68c87",
"_spec": "@syncfusion/ej2-filemanager@*",

@@ -41,10 +41,10 @@ "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",

"dependencies": {
"@syncfusion/ej2-base": "~20.1.47",
"@syncfusion/ej2-buttons": "~20.1.47",
"@syncfusion/ej2-base": "~20.1.50",
"@syncfusion/ej2-buttons": "~20.1.52",
"@syncfusion/ej2-data": "~20.1.47",
"@syncfusion/ej2-grids": "~20.1.47",
"@syncfusion/ej2-inputs": "~20.1.47",
"@syncfusion/ej2-grids": "~20.1.52",
"@syncfusion/ej2-inputs": "~20.1.48",
"@syncfusion/ej2-layouts": "~20.1.47",
"@syncfusion/ej2-lists": "~20.1.47",
"@syncfusion/ej2-navigations": "~20.1.47",
"@syncfusion/ej2-navigations": "~20.1.51",
"@syncfusion/ej2-popups": "~20.1.47",

@@ -72,4 +72,4 @@ "@syncfusion/ej2-splitbuttons": "~20.1.47"

"typings": "index.d.ts",
"version": "20.1.47",
"version": "20.1.52",
"sideEffects": false
}

@@ -1477,3 +1477,3 @@ import { ListBase } from '@syncfusion/ej2-lists';

var name_2 = getValue('filterPath', this.items[i]) + getValue('name', this.items[i]);
if (items.indexOf(name_2) !== -1) {
if ((items.indexOf(name_2) !== -1) || (items.indexOf(getValue(filterName, this.items[i])) !== -1)) {
indexes.push(i);

@@ -1480,0 +1480,0 @@ }

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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