m-file-select
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -8,5 +8,2 @@ import { FieldType, FieldTypeConfig } from '@ngx-formly/core'; | ||
get allowedExtensions(): string; | ||
fileRestrictions: { | ||
allowedExtensions: string[]; | ||
}; | ||
get label(): string; | ||
@@ -16,2 +13,3 @@ get required(): boolean; | ||
get multiple(): boolean; | ||
get fileRestrictions(): Array<string>; | ||
onFileChange(event: any): void; | ||
@@ -18,0 +16,0 @@ removeFile(): void; |
{ | ||
"name": "m-file-select", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular/common": "^18.2.0", |
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
178
30998