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.4
to
1.4.0
+1
-0
lib/cjs/models/http-error-config.interface.d.ts

@@ -16,3 +16,4 @@ export interface IHttpErrorConfig {

isBlocking: boolean;
code: string;
isGeneric: boolean;
}

@@ -16,3 +16,4 @@ export interface IHttpErrorConfig {

isBlocking: boolean;
code: string;
isGeneric: boolean;
}
+3
-2
{
"name": "@sm1/http-error-manager",
"version": "1.3.4",
"version": "1.4.0",
"description": "",

@@ -15,3 +15,4 @@ "main": "./lib/cjs/index.js",

"tsc": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
"prepublish": "npm run tsc"
"prepublish": "npm run tsc",
"golive": "np"
},

@@ -18,0 +19,0 @@ "repository": {