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 15.0.1 to 16.0.0

esm2022/app/classes/api-cache.mjs

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, never, false, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FsApiImageDirective, "[fsApiImage]", never, { "url": { "alias": "url"; "required": false; }; }, {}, 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';

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

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;

@@ -0,0 +0,0 @@ /**

{
"name": "@firestitch/api",
"version": "15.0.1",
"version": "16.0.0",
"repository": {

@@ -23,7 +23,3 @@ "type": "git",

"sideEffects": false,
"module": "fesm2015/firestitch-api.mjs",
"es2020": "fesm2020/firestitch-api.mjs",
"esm2020": "esm2020/firestitch-api.mjs",
"fesm2020": "fesm2020/firestitch-api.mjs",
"fesm2015": "fesm2015/firestitch-api.mjs",
"module": "fesm2022/firestitch-api.mjs",
"typings": "index.d.ts",

@@ -36,9 +32,7 @@ "exports": {

"types": "./index.d.ts",
"esm2020": "./esm2020/firestitch-api.mjs",
"es2020": "./fesm2020/firestitch-api.mjs",
"es2015": "./fesm2015/firestitch-api.mjs",
"node": "./fesm2015/firestitch-api.mjs",
"default": "./fesm2020/firestitch-api.mjs"
"esm2022": "./esm2022/firestitch-api.mjs",
"esm": "./esm2022/firestitch-api.mjs",
"default": "./fesm2022/firestitch-api.mjs"
}
}
}

@@ -0,0 +0,0 @@ export { FsApiModule } from './app/fs-api.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