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

@iplab/ngx-file-upload

Package Overview
Dependencies
Maintainers
0
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iplab/ngx-file-upload - npm Package Compare versions

Comparing version 19.0.0 to 19.0.1

8

lib/components/file-upload-abstract.component.d.ts

@@ -10,6 +10,6 @@ import { FileUploadControl } from './../helpers/control.class';

export declare abstract class FileUploadAbstract implements OnInit, OnDestroy {
control: InputSignal<FileUploadControl>;
input: Signal<ElementRef<HTMLInputElement>>;
label: Signal<ElementRef<HTMLLabelElement>>;
protected isMultiple: InputSignalWithTransform<boolean, boolean | string>;
readonly control: InputSignal<FileUploadControl>;
readonly input: Signal<ElementRef<HTMLInputElement>>;
readonly label: Signal<ElementRef<HTMLLabelElement>>;
readonly isMultiple: InputSignalWithTransform<boolean, boolean | string>;
protected readonly hooks: Array<Function>;

@@ -16,0 +16,0 @@ protected readonly subscriptions: Array<Subscription>;

@@ -6,3 +6,3 @@ {

"bugs": "https://github.com/pIvan/file-upload/issues",
"version": "19.0.0",
"version": "19.0.1",
"author": "Ivan Pintar",

@@ -9,0 +9,0 @@ "license": "MIT",

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