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

@firestitch/api

Package Overview
Dependencies
Maintainers
0
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@firestitch/api - npm Package Compare versions

Comparing version 14.0.0 to 15.0.0

index.d.ts

0

app/classes/api-cache.d.ts

@@ -0,0 +0,0 @@ export declare class ApiCache {

@@ -0,0 +0,0 @@ import { Queue } from '@firestitch/common';

@@ -0,0 +0,0 @@ import { SafeResourceUrl, SafeUrl } from '@angular/platform-browser';

@@ -0,0 +0,0 @@ export * from './api-cache';

@@ -0,0 +0,0 @@ import { HttpUrlEncodingCodec } from '@angular/common/http';

@@ -0,0 +0,0 @@ import { Observable } from 'rxjs';

@@ -0,0 +0,0 @@ import { StreamEventType } from '../enums';

@@ -0,0 +0,0 @@ import { StreamEventType } from '../enums';

import { HttpContextToken } from '@angular/common/http';
export declare const DisplayApiError: HttpContextToken<boolean>;
export * from './display-api-error';
export * from './process-api-error';
import { HttpContextToken } from '@angular/common/http';
export declare const ProcessApiError: HttpContextToken<boolean>;

2

app/directives/api-image.directive.d.ts

@@ -13,3 +13,3 @@ import { ElementRef, OnInit } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<FsApiImageDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FsApiImageDirective, "[fsApiImage]", never, { "url": "url"; }, {}, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FsApiImageDirective, "[fsApiImage]", never, { "url": "url"; }, {}, never, never, false, never>;
}
export * from './api-image.directive';
export * from './request-method';
export * from './response-type.enum';
export * from './stream-event-type.enum';

@@ -0,0 +0,0 @@ export declare enum RequestMethod {

@@ -0,0 +0,0 @@ export declare enum ResponseType {

@@ -0,0 +0,0 @@ export declare enum StreamEventType {

@@ -0,0 +0,0 @@ import { InjectionToken } from '@angular/core';

@@ -0,0 +0,0 @@ import { ModuleWithProviders } from '@angular/core';

@@ -0,0 +0,0 @@ import { HttpRequest, HttpResponse } from '@angular/common/http';

@@ -0,0 +0,0 @@ import { HttpResponse } from '@angular/common/http';

@@ -0,0 +0,0 @@ import { FsApiBaseHander } from '../interfaces/handler.interface';

import { Observable } from 'rxjs';
export declare function blobToBase64Url(blob: Blob): Observable<string>;
import { Observable } from 'rxjs';
export declare function blobToBase64(blob: Blob): Observable<string>;

@@ -0,0 +0,0 @@ export * from './blob-to-base64-url';

export declare function makeInterceptorFactory(klass: any): (...args: any[]) => (config: any, data: any) => any;
export declare function lookupBlob(data: {}, level?: number): any;
export declare function objectToFormData(target: any, formData?: FormData, namespace?: any, level?: number): FormData;

@@ -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 @@ export * from './body-request.interceptor';

@@ -0,0 +0,0 @@ import { Observable } from 'rxjs';

@@ -0,0 +0,0 @@ import { Observable } from 'rxjs';

@@ -0,0 +0,0 @@ import { RequestMethod } from '../enums';

@@ -0,0 +0,0 @@ import { HttpErrorResponse, HttpRequest, HttpResponse } from '@angular/common/http';

@@ -0,0 +0,0 @@ export * from './file-config.interface';

export interface IModuleConfig {
maxFileConnections?: number;
}

@@ -0,0 +0,0 @@ import { Queue } from '@firestitch/common';

@@ -11,3 +11,3 @@ import { PipeTransform } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<FsApiImagePipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<FsApiImagePipe, "fsApiImage">;
static ɵpipe: i0.ɵɵPipeDeclaration<FsApiImagePipe, "fsApiImage", false>;
}
export * from './api-image.pipe';

@@ -0,0 +0,0 @@ import { DomSanitizer } from '@angular/platform-browser';

export * from './api.service';
export * from './stream-event.type';
import { StreamEventData } from '../classes/stream-event-data';
export declare type StreamEvent = StreamEventData;
{
"name": "@firestitch/api",
"version": "14.0.0",
"version": "15.0.0",
"repository": {

@@ -28,3 +28,3 @@ "type": "git",

"fesm2015": "fesm2015/firestitch-api.mjs",
"typings": "firestitch-api.d.ts",
"typings": "index.d.ts",
"exports": {

@@ -35,3 +35,3 @@ "./package.json": {

".": {
"types": "./firestitch-api.d.ts",
"types": "./index.d.ts",
"esm2020": "./esm2020/firestitch-api.mjs",

@@ -38,0 +38,0 @@ "es2020": "./fesm2020/firestitch-api.mjs",

@@ -0,0 +0,0 @@ export { FsApiModule } from './app/fs-api.module';

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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