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

@firestitch/file

Package Overview
Dependencies
Maintainers
7
Versions
221
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@firestitch/file - npm Package Compare versions

Comparing version 12.18.6 to 13.0.1

esm2020/app/classes/click-interceptor.mjs

0

app/classes/click-interceptor.d.ts

@@ -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 { 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 @@ /**

28

package.json
{
"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';

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