ng2-file-upload
Advanced tools
Comparing version 2.0.0-3 to 3.0.0
import { EventEmitter, ElementRef } from '@angular/core'; | ||
import { FileUploader, FileUploaderOptions } from './file-uploader.class'; | ||
import * as i0 from "@angular/core"; | ||
export declare class FileDropDirective { | ||
@@ -17,2 +18,4 @@ uploader?: FileUploader; | ||
protected _haveFiles(types: any): boolean; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<FileDropDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<FileDropDirective, "[ng2FileDrop]", never, { "uploader": "uploader"; }, { "fileOver": "fileOver"; "onFileDrop": "onFileDrop"; }, never, never, false>; | ||
} |
import { EventEmitter, ElementRef } from '@angular/core'; | ||
import { FileUploader, FileUploaderOptions } from './file-uploader.class'; | ||
import * as i0 from "@angular/core"; | ||
export declare class FileSelectDirective { | ||
@@ -12,2 +13,4 @@ uploader?: FileUploader; | ||
onChange(): void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<FileSelectDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<FileSelectDirective, "[ng2FileSelect]", never, { "uploader": "uploader"; }, { "onFileSelected": "onFileSelected"; }, never, never, false>; | ||
} |
@@ -0,2 +1,11 @@ | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "./file-drop.directive"; | ||
import * as i2 from "./file-select.directive"; | ||
import * as i3 from "@angular/common"; | ||
export { FileDropDirective } from './file-drop.directive'; | ||
export { FileSelectDirective } from './file-select.directive'; | ||
export declare class FileUploadModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<FileUploadModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<FileUploadModule, [typeof i1.FileDropDirective, typeof i2.FileSelectDirective], [typeof i3.CommonModule], [typeof i1.FileDropDirective, typeof i2.FileSelectDirective]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<FileUploadModule>; | ||
} |
{ | ||
"name": "ng2-file-upload", | ||
"version": "2.0.0-3", | ||
"version": "3.0.0", | ||
"description": "Angular file uploader", | ||
@@ -8,4 +8,4 @@ "author": "Dmitriy Shekhovtsov <valorkin@gmail.com>", | ||
"peerDependencies": { | ||
"@angular/core": "^11.0.0 || ^12.0.0", | ||
"@angular/common": "^11.0.0 || ^12.0.0" | ||
"@angular/core": "^14.0.0", | ||
"@angular/common": "^14.0.0" | ||
}, | ||
@@ -32,12 +32,24 @@ "sideEffects": false, | ||
], | ||
"main": "bundles/ng2-file-upload.umd.js", | ||
"module": "fesm2015/ng2-file-upload.js", | ||
"es2015": "fesm2015/ng2-file-upload.js", | ||
"esm2015": "esm2015/ng2-file-upload.js", | ||
"fesm2015": "fesm2015/ng2-file-upload.js", | ||
"typings": "ng2-file-upload.d.ts", | ||
"metadata": "ng2-file-upload.metadata.json", | ||
"module": "fesm2015/ng2-file-upload.mjs", | ||
"es2020": "fesm2020/ng2-file-upload.mjs", | ||
"esm2020": "esm2020/ng2-file-upload.mjs", | ||
"fesm2020": "fesm2020/ng2-file-upload.mjs", | ||
"fesm2015": "fesm2015/ng2-file-upload.mjs", | ||
"typings": "index.d.ts", | ||
"exports": { | ||
"./package.json": { | ||
"default": "./package.json" | ||
}, | ||
".": { | ||
"types": "./index.d.ts", | ||
"esm2020": "./esm2020/ng2-file-upload.mjs", | ||
"es2020": "./fesm2020/ng2-file-upload.mjs", | ||
"es2015": "./fesm2015/ng2-file-upload.mjs", | ||
"node": "./fesm2015/ng2-file-upload.mjs", | ||
"default": "./fesm2020/ng2-file-upload.mjs" | ||
} | ||
}, | ||
"dependencies": { | ||
"tslib": "^2.0.0" | ||
"tslib": "^2.3.0" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
315478
23
2829
1
+ Added@angular/common@14.3.0(transitive)
+ Added@angular/core@14.3.0(transitive)
+ Addedzone.js@0.12.0(transitive)
- Removed@angular/common@12.2.17(transitive)
- Removed@angular/core@12.2.17(transitive)
- Removedzone.js@0.11.8(transitive)
Updatedtslib@^2.3.0