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.3.3
to
1.3.4
+6
-1
lib/cjs/models/http-error-processor.js

@@ -24,3 +24,8 @@ "use strict";

});
return modal;
if (modal) {
return modal;
}
else {
return this.genericError;
}
}

@@ -27,0 +32,0 @@ catch (e) {

@@ -21,3 +21,8 @@ export class HttpErrorProcessor {

});
return modal;
if (modal) {
return modal;
}
else {
return this.genericError;
}
}

@@ -24,0 +29,0 @@ catch (e) {

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

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