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

@ngx-dropzone/cdk

Package Overview
Dependencies
Maintainers
0
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ngx-dropzone/cdk - npm Package Compare versions

Comparing version 18.1.2 to 19.0.0

2

lib/dropzone/dropzone.component.d.ts

@@ -29,3 +29,3 @@ import { AfterContentInit, ChangeDetectorRef, OnDestroy } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<DropzoneComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<DropzoneComponent, "ngx-dropzone", ["dropzone"], { "value": { "alias": "value"; "required": false; }; }, {}, ["fileInputDirective"], ["*"], false, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<DropzoneComponent, "ngx-dropzone", ["dropzone"], { "value": { "alias": "value"; "required": false; }; }, {}, ["fileInputDirective"], ["*"], true, never>;
}

@@ -1,2 +0,2 @@

import { File } from './../file-input';
import { type File } from './../file-input';
import * as i0 from "@angular/core";

@@ -3,0 +3,0 @@ export declare class DropzoneService {

@@ -80,3 +80,3 @@ import { DoCheck, ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<FileInputDirective, [null, null, { optional: true; }, { optional: true; }, { optional: true; self: true; }]>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FileInputDirective, "input[fileInput]", ["fileInput"], { "_fileValue": { "alias": "value"; "required": false; }; "accept": { "alias": "accept"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "selectionChange": "selectionChange"; }, never, never, false, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FileInputDirective, "input[fileInput]", ["fileInput"], { "_fileValue": { "alias": "value"; "required": false; }; "accept": { "alias": "accept"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "selectionChange": "selectionChange"; }, never, never, true, never>;
}

@@ -26,5 +26,5 @@ {

"peerDependencies": {
"@angular/common": "^18.0.0",
"@angular/core": "^18.0.0",
"@angular/forms": "^18.0.0",
"@angular/common": "^19.0.0",
"@angular/core": "^19.0.0",
"@angular/forms": "^19.0.0",
"rxjs": "^7.4.0"

@@ -40,4 +40,2 @@ },

"types": "./index.d.ts",
"esm2022": "./esm2022/ngx-dropzone-cdk.mjs",
"esm": "./esm2022/ngx-dropzone-cdk.mjs",
"default": "./fesm2022/ngx-dropzone-cdk.mjs"

@@ -50,3 +48,3 @@ }

},
"version": "18.1.2"
"version": "19.0.0"
}

@@ -1,4 +0,3 @@

export * from './lib/cdk.module';
export * from './lib/coercion';
export * from './lib/dropzone';
export * from './lib/file-input';

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