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

@firestitch/api

Package Overview
Dependencies
Maintainers
5
Versions
123
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 0.4.1 to 7.0.0

0

app/classes/api-config.d.ts

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

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

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

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

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

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 { HttpEvent, HttpInterceptor, HttpHandler, HttpRequest } from '@angular/common/http';

@@ -0,0 +0,0 @@ export interface FsApiBaseHander {

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

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

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

export interface IModuleConfig {
maxFileConnections?: number;
}

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

@@ -0,0 +0,0 @@ (function (global, factory) {

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

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

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

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

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

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

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

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

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

2

fesm5/firestitch-api.js

@@ -8,3 +8,3 @@ import { CommonModule } from '@angular/common';

import { HttpHeaders, HttpUrlEncodingCodec, HttpParams, HttpRequest, HttpEventType, HttpXhrBackend, HttpResponse, HTTP_INTERCEPTORS, HttpBackend, HttpClientModule } from '@angular/common/http';
import { __extends, __spread } from 'tslib';
import { __spread, __extends } from 'tslib';

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

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

{
"name": "@firestitch/api",
"version": "0.4.1",
"version": "7.0.0",
"repository": {

@@ -20,3 +20,4 @@ "type": "git",

"peerDependencies": {
"lodash-es": ">=4.17.0"
"lodash-es": ">=4.17.0",
"@firestitch/common": ">=7.0.0"
},

@@ -23,0 +24,0 @@ "dependencies": {

@@ -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