🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

ng-simple-file-tree

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng-simple-file-tree - npm Package Compare versions

Comparing version

to
0.1.12

ng-simple-file-tree-0.1.12.tgz

2

package.json
{
"name": "ng-simple-file-tree",
"version": "0.1.11",
"version": "0.1.12",
"private": false,

@@ -5,0 +5,0 @@ "peerDependencies": {

@@ -6,2 +6,3 @@ import { Child } from "./child";

path: string;
originalValue: any;
private constructor();

@@ -16,3 +17,2 @@ extension?: string;

selectedChildIndex: number;
originalValue: any;
private readonly childrenKey?;

@@ -35,2 +35,3 @@ readonly pathAttribute?: string;

index?: number;
nameAttribute?: string;
}

@@ -15,2 +15,3 @@ import { OnInit, ElementRef } from '@angular/core';

justClicked: boolean;
protected visible: boolean;
constructor(selectItemService: SelectItemService, optionsService: OptionsService);

@@ -24,4 +25,5 @@ ngOnInit(): void;

shouldEnableHorizontalLine(item: FileTreeItem): boolean;
setVisible(value: boolean): void;
static ɵfac: i0.ɵɵFactoryDeclaration<TreeItemComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TreeItemComponent, "app-tree-item", never, { "item": { "alias": "item"; "required": false; }; "lastChild": { "alias": "lastChild"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, {}, never, never, false, never>;
}

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