Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@sm1/http-error-manager

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sm1/http-error-manager - npm Package Compare versions

Comparing version
1.2.0
to
1.3.0
+1
-0
lib/cjs/models/http-error-config.interface.d.ts
export interface IHttpErrorConfig {
apiErrorList?: (ApiErrorListEntity)[] | null;
genericError: IHttpErrorModal;
ignoreList?: string[];
}

@@ -5,0 +6,0 @@ export interface ApiErrorListEntity {

export interface IHttpErrorConfig {
apiErrorList?: (ApiErrorListEntity)[] | null;
genericError: IHttpErrorModal;
ignoreList?: string[];
}

@@ -5,0 +6,0 @@ export interface ApiErrorListEntity {

+1
-1
{
"name": "@sm1/http-error-manager",
"version": "1.2.0",
"version": "1.3.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "./lib/cjs/index.js",