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.0
to
1.3.1
+2
-0
lib/cjs/models/http-error-processor.js

@@ -9,2 +9,4 @@ "use strict";

getModal(inputUrl, inputErrorCode) {
inputUrl = inputUrl.replace(/^.*\/\/[^\/]+/, '');
inputUrl = inputUrl.split('?')[0];
try {

@@ -11,0 +13,0 @@ // trovo l'api con l'errore

@@ -6,2 +6,4 @@ export class HttpErrorProcessor {

getModal(inputUrl, inputErrorCode) {
inputUrl = inputUrl.replace(/^.*\/\/[^\/]+/, '');
inputUrl = inputUrl.split('?')[0];
try {

@@ -8,0 +10,0 @@ // trovo l'api con l'errore

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

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