You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@injectivelabs/exceptions

Package Overview
Dependencies
Maintainers
12
Versions
423
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@injectivelabs/exceptions - npm Package Compare versions

Comparing version
1.17.2-alpha.4
to
1.17.2-alpha.5
+17
-12
package.json
{
"name": "@injectivelabs/exceptions",
"version": "1.17.2-alpha.4",
"version": "1.17.2-alpha.5",
"description": "List of exceptions that can be reused throughout Injective's projects.",

@@ -10,2 +10,6 @@ "license": "Apache-2.0",

},
"repository": {
"type": "git",
"url": "https://github.com/InjectiveLabs/injective-ts"
},
"type": "module",

@@ -41,11 +45,2 @@ "sideEffects": false,

],
"dependencies": {
"http-status-codes": "^2.3.0"
},
"publishConfig": {
"access": "public"
},
"_moduleAliases": {
"~exceptions": "dist"
},
"scripts": {

@@ -65,3 +60,13 @@ "build": "pnpm type-check && tsdown",

"lint": "eslint . --ext .ts,.js"
}
}
},
"dependencies": {
"http-status-codes": "catalog:"
},
"publishConfig": {
"access": "public"
},
"_moduleAliases": {
"~exceptions": "dist"
},
"gitHead": "2c4676388410f2e4557b3ba2846c912f52c57224"
}