@firestitch/file
Advanced tools
Comparing version 12.18.6 to 13.0.1
@@ -0,0 +0,0 @@ import { Observable } from 'rxjs'; |
@@ -0,0 +0,0 @@ import { Observable } from 'rxjs'; |
@@ -0,0 +0,0 @@ import { Observable } from 'rxjs'; |
@@ -0,0 +0,0 @@ import { Observable } from 'rxjs'; |
export * from './file-processor'; | ||
export * from './file-click-handler'; | ||
export * from './file-click-interceptor'; |
@@ -0,0 +0,0 @@ import { OnInit } from '@angular/core'; |
@@ -0,0 +0,0 @@ import { OnDestroy } from '@angular/core'; |
@@ -0,0 +0,0 @@ import { OnInit } from '@angular/core'; |
@@ -0,0 +0,0 @@ import { EventEmitter } from '@angular/core'; |
@@ -0,0 +0,0 @@ import { ChangeDetectorRef, EventEmitter, TemplateRef } from '@angular/core'; |
@@ -58,2 +58,3 @@ import { ChangeDetectorRef, EventEmitter, OnDestroy, OnInit, QueryList, TemplateRef } from '@angular/core'; | ||
beforeProcessing(fsFiles: FsFile[]): void; | ||
declined(): void; | ||
selectFile(fsFile: FsFile): void; | ||
@@ -60,0 +61,0 @@ removeFile(): void; |
@@ -0,0 +0,0 @@ import { AfterContentInit, EventEmitter, OnChanges, OnInit, QueryList, SimpleChanges } from '@angular/core'; |
@@ -0,0 +0,0 @@ import { EventEmitter, QueryList } from '@angular/core'; |
@@ -0,0 +0,0 @@ import { ElementRef, EventEmitter, OnDestroy, OnInit } from '@angular/core'; |
@@ -0,0 +0,0 @@ import * as i0 from "@angular/core"; |
@@ -0,0 +0,0 @@ import * as i0 from "@angular/core"; |
@@ -0,0 +0,0 @@ import * as i0 from "@angular/core"; |
@@ -0,0 +0,0 @@ import { EventEmitter, TemplateRef } from '@angular/core'; |
@@ -0,0 +0,0 @@ export * from './fs-file-hint.directive'; |
@@ -0,0 +0,0 @@ import { ModuleWithProviders } from '@angular/core'; |
export * from './scale-exif-image'; | ||
export * from './is-image-type'; |
export declare function isImageType(type: string): boolean; |
export declare function ScaleExifImage(canvas: any, orientation: any, maxWidth?: any, maxHeight?: any): any; |
import { InjectionToken } from '@angular/core'; | ||
export declare const FS_FILE_CLICK_INTERCEPTOR: InjectionToken<any[]>; |
import { InjectionToken } from '@angular/core'; | ||
export declare const FS_FILE_MODULE_CONFIG: InjectionToken<any[]>; |
export * from './file-config.injector'; | ||
export * from './file-click-interceptor.injector'; |
@@ -0,0 +0,0 @@ export interface FsFileProcessConfig { |
export * from './file-process-config.interface'; | ||
export * from './module-config.interface'; |
@@ -0,0 +0,0 @@ export interface FsFileModuleConfig { |
@@ -0,0 +0,0 @@ import { FsFileProcessConfig } from '../interfaces'; |
@@ -0,0 +0,0 @@ import { FsApiFile } from '@firestitch/api'; |
export * from './file-process-config'; | ||
export * from './fs-file'; |
@@ -0,0 +0,0 @@ import { PipeTransform } from '@angular/core'; |
export * from './preview-pipe'; | ||
export * from './file-preview-map-file'; |
@@ -0,0 +0,0 @@ import { PipeTransform } from '@angular/core'; |
export * from './input-processor.service'; |
@@ -0,0 +0,0 @@ import { ElementRef, EventEmitter } from '@angular/core'; |
@@ -0,0 +0,0 @@ /** |
{ | ||
"name": "@firestitch/file", | ||
"version": "12.18.6", | ||
"version": "13.0.1", | ||
"repository": { | ||
@@ -24,2 +24,3 @@ "type": "git", | ||
"@firestitch/exif-js": ">=2.3.0", | ||
"@firestitch/file": "^12.18.6", | ||
"fileapi": "^2.1.1", | ||
@@ -30,8 +31,21 @@ "heic2any": "^0.0.4", | ||
"sideEffects": false, | ||
"main": "bundles/firestitch-file.umd.js", | ||
"module": "fesm2015/firestitch-file.js", | ||
"es2015": "fesm2015/firestitch-file.js", | ||
"esm2015": "esm2015/firestitch-file.js", | ||
"fesm2015": "fesm2015/firestitch-file.js", | ||
"typings": "firestitch-file.d.ts" | ||
"module": "fesm2015/firestitch-file.mjs", | ||
"es2020": "fesm2020/firestitch-file.mjs", | ||
"esm2020": "esm2020/firestitch-file.mjs", | ||
"fesm2020": "fesm2020/firestitch-file.mjs", | ||
"fesm2015": "fesm2015/firestitch-file.mjs", | ||
"typings": "firestitch-file.d.ts", | ||
"exports": { | ||
"./package.json": { | ||
"default": "./package.json" | ||
}, | ||
".": { | ||
"types": "./firestitch-file.d.ts", | ||
"esm2020": "./esm2020/firestitch-file.mjs", | ||
"es2020": "./fesm2020/firestitch-file.mjs", | ||
"es2015": "./fesm2015/firestitch-file.mjs", | ||
"node": "./fesm2015/firestitch-file.mjs", | ||
"default": "./fesm2020/firestitch-file.mjs" | ||
} | ||
} | ||
} |
@@ -0,0 +0,0 @@ export { FsFileModule } from './app/fs-file.module'; |
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
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
777565
6
6126
30
1
+ Added@firestitch/file@^12.18.6
+ Added@firestitch/file@12.18.6(transitive)