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

@syncfusion/ej2-angular-filemanager

Package Overview
Dependencies
Maintainers
3
Versions
246
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-angular-filemanager - npm Package Compare versions

Comparing version 25.2.6 to 26.1.35-ngcc

@syncfusion/ej2-angular-filemanager.es5.js

44

package.json
{
"_from": "@syncfusion/ej2-angular-filemanager@*",
"_id": "@syncfusion/ej2-angular-filemanager@25.2.3",
"_id": "@syncfusion/ej2-angular-filemanager@18.28.1",
"_inBundle": false,
"_integrity": "sha512-DGrbws5AhKoElvtNoH/CFTeuy/jUJ3oVdKFzFT79v1HC4z0kYa0ZkJv1KdqHlXW8YKCMHOA/TG3/3sMzgFO3iw==",
"_integrity": "sha512-5ksU5aVIkOFC5u5wa5ceNG8zc+qykk7HZYo/5Btn0erpvxSuZRNnfgd/guU6Z8xCB6puUDOa4Z4XCO8SLOP3PQ==",
"_location": "/@syncfusion/ej2-angular-filemanager",

@@ -22,6 +22,6 @@ "_phantomChildren": {},

],
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-filemanager/-/ej2-angular-filemanager-25.2.3.tgz",
"_shasum": "04d6ae3929c8bc9192b64e3036e5422ed3ed9625",
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-angular-filemanager/-/ej2-angular-filemanager-18.28.1.tgz",
"_shasum": "2f3590764f97ad78e10e27ed635fb9e1be4dac17",
"_spec": "@syncfusion/ej2-angular-filemanager@*",
"_where": "/jenkins/workspace/elease-automation_release_25.1.1/ivypackages/included",
"_where": "/jenkins/workspace/elease-automation_release_26.1.1/packages/included",
"author": {

@@ -35,26 +35,10 @@ "name": "Syncfusion Inc."

"dependencies": {
"@syncfusion/ej2-angular-base": "~25.2.6",
"@syncfusion/ej2-base": "~25.2.5",
"@syncfusion/ej2-filemanager": "25.2.6",
"tslib": "^2.3.0"
"@syncfusion/ej2-angular-base": "~26.1.35",
"@syncfusion/ej2-base": "~26.1.35",
"@syncfusion/ej2-filemanager": "26.1.35"
},
"deprecated": false,
"description": "Essential JS 2 FileManager Component for Angular",
"es2020": "fesm2020/syncfusion-ej2-angular-filemanager.mjs",
"esm2020": "esm2020/syncfusion-ej2-angular-filemanager.mjs",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./syncfusion-ej2-angular-filemanager.d.ts",
"esm2020": "./esm2020/syncfusion-ej2-angular-filemanager.mjs",
"es2020": "./fesm2020/syncfusion-ej2-angular-filemanager.mjs",
"es2015": "./fesm2015/syncfusion-ej2-angular-filemanager.mjs",
"node": "./fesm2015/syncfusion-ej2-angular-filemanager.mjs",
"default": "./fesm2020/syncfusion-ej2-angular-filemanager.mjs"
}
},
"fesm2015": "fesm2015/syncfusion-ej2-angular-filemanager.mjs",
"fesm2020": "fesm2020/syncfusion-ej2-angular-filemanager.mjs",
"devDependencies": {},
"es2015": "@syncfusion/ej2-angular-filemanager.js",
"homepage": "https://www.syncfusion.com/angular-components",

@@ -73,3 +57,5 @@ "keywords": [

"license": "SEE LICENSE IN license",
"module": "fesm2015/syncfusion-ej2-angular-filemanager.mjs",
"main": "dist/ej2-angular-filemanager.umd.js",
"metadata": "ej2-angular-filemanager.metadata.json",
"module": "@syncfusion/ej2-angular-filemanager.es5.js",
"name": "@syncfusion/ej2-angular-filemanager",

@@ -82,4 +68,4 @@ "repository": {

"sideEffects": false,
"typings": "syncfusion-ej2-angular-filemanager.d.ts",
"version": "25.2.6"
"typings": "ej2-angular-filemanager.d.ts",
"version": "26.1.35-ngcc"
}
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.pkgName = '@syncfusion/ej2-angular-filemanager';
exports.pkgVer = '^25.2.6';
exports.pkgVer = '^26.1.35';
exports.moduleName = 'FileManagerModule';
exports.themeVer = '~25.2.6';
exports.themeVer = '~26.1.35';
export const pkgName = '@syncfusion/ej2-angular-filemanager';
export const pkgVer = '^25.2.6';
export const pkgVer = '^26.1.35';
export const moduleName = 'FileManagerModule';
export const themeVer = '~25.2.6';
export const themeVer = '~26.1.35';
import { ValueProvider } from '@angular/core';
import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "./filemanager.module";
export declare const DetailsViewService: ValueProvider;

@@ -16,5 +13,2 @@ export declare const NavigationPaneService: ValueProvider;

export declare class FileManagerAllModule {
static ɵfac: i0.ɵɵFactoryDeclaration<FileManagerAllModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<FileManagerAllModule, never, [typeof i1.CommonModule, typeof i2.FileManagerModule], [typeof i2.FileManagerModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<FileManagerAllModule>;
}

@@ -5,3 +5,2 @@ import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';

import { ToolbarItemsDirective } from './toolbaritems.directive';
import * as i0 from "@angular/core";
export declare const inputs: string[];

@@ -23,8 +22,13 @@ export declare const outputs: string[];

tagObjects: any;
beforeDelete: any;
beforeDownload: any;
beforeFolderCreate: any;
beforeImageLoad: any;
beforeMove: any;
beforePopupClose: any;
beforePopupOpen: any;
beforeRename: any;
beforeSend: any;
created: any;
delete: any;
destroyed: any;

@@ -40,6 +44,10 @@ failure: any;

fileSelection: any;
folderCreate: any;
menuClick: any;
menuOpen: any;
move: any;
popupClose: any;
popupOpen: any;
rename: any;
search: any;
success: any;

@@ -58,4 +66,2 @@ toolbarClick: any;

addTwoWay: (propList: string[]) => void;
static ɵfac: i0.ɵɵFactoryDeclaration<FileManagerComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<FileManagerComponent, "ejs-filemanager", never, { "ajaxSettings": "ajaxSettings"; "allowDragAndDrop": "allowDragAndDrop"; "allowMultiSelection": "allowMultiSelection"; "contextMenuSettings": "contextMenuSettings"; "cssClass": "cssClass"; "detailsViewSettings": "detailsViewSettings"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableVirtualization": "enableVirtualization"; "height": "height"; "locale": "locale"; "navigationPaneSettings": "navigationPaneSettings"; "path": "path"; "popupTarget": "popupTarget"; "rootAliasName": "rootAliasName"; "searchSettings": "searchSettings"; "selectedItems": "selectedItems"; "showFileExtension": "showFileExtension"; "showHiddenItems": "showHiddenItems"; "showItemCheckBoxes": "showItemCheckBoxes"; "showThumbnail": "showThumbnail"; "sortBy": "sortBy"; "sortComparer": "sortComparer"; "sortOrder": "sortOrder"; "toolbarItems": "toolbarItems"; "toolbarSettings": "toolbarSettings"; "uploadSettings": "uploadSettings"; "view": "view"; "width": "width"; }, { "beforeDownload": "beforeDownload"; "beforeImageLoad": "beforeImageLoad"; "beforePopupClose": "beforePopupClose"; "beforePopupOpen": "beforePopupOpen"; "beforeSend": "beforeSend"; "created": "created"; "destroyed": "destroyed"; "failure": "failure"; "fileDragStart": "fileDragStart"; "fileDragStop": "fileDragStop"; "fileDragging": "fileDragging"; "fileDropped": "fileDropped"; "fileLoad": "fileLoad"; "fileOpen": "fileOpen"; "fileSelect": "fileSelect"; "fileSelection": "fileSelection"; "menuClick": "menuClick"; "menuOpen": "menuOpen"; "popupClose": "popupClose"; "popupOpen": "popupOpen"; "success": "success"; "toolbarClick": "toolbarClick"; "toolbarCreate": "toolbarCreate"; "uploadListCreate": "uploadListCreate"; }, ["childToolbarItems"], never>;
}

@@ -1,5 +0,1 @@

import * as i0 from "@angular/core";
import * as i1 from "./filemanager.component";
import * as i2 from "./toolbaritems.directive";
import * as i3 from "@angular/common";
/**

@@ -9,5 +5,2 @@ * NgModule definition for the FileManager component.

export declare class FileManagerModule {
static ɵfac: i0.ɵɵFactoryDeclaration<FileManagerModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<FileManagerModule, [typeof i1.FileManagerComponent, typeof i2.ToolbarItemDirective, typeof i2.ToolbarItemsDirective], [typeof i3.CommonModule], [typeof i1.FileManagerComponent, typeof i2.ToolbarItemDirective, typeof i2.ToolbarItemsDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<FileManagerModule>;
}
import { ViewContainerRef } from '@angular/core';
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
import * as i0 from "@angular/core";
export declare class ToolbarItemDirective extends ComplexBase<ToolbarItemDirective> {

@@ -138,4 +137,2 @@ private viewContainerRef;

constructor(viewContainerRef: ViewContainerRef);
static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarItemDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<ToolbarItemDirective, "e-toolbaritems>e-toolbaritem", never, { "align": "align"; "cssClass": "cssClass"; "disabled": "disabled"; "htmlAttributes": "htmlAttributes"; "id": "id"; "name": "name"; "overflow": "overflow"; "prefixIcon": "prefixIcon"; "showAlwaysInPopup": "showAlwaysInPopup"; "showTextOn": "showTextOn"; "suffixIcon": "suffixIcon"; "tabIndex": "tabIndex"; "template": "template"; "text": "text"; "tooltipText": "tooltipText"; "type": "type"; "visible": "visible"; "width": "width"; }, {}, ["template"]>;
}

@@ -148,4 +145,2 @@ /**

constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarItemsDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<ToolbarItemsDirective, "ejs-filemanager>e-toolbaritems", never, {}, {}, ["children"]>;
}

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

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

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

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

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